-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Describe the bug
While running npm install, I encountered a 404 error for a dependency:
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/tokenize2/-/tokenize2-1.3.1.tgz - Not found
npm ERR! 404
npm ERR! 404 'tokenize2@https://registry.npmjs.org/tokenize2/-/tokenize2-1.3.1.tgz' is not in this registry.
To Reproduce
- Clone the IVA repository
git clone https://github.com/opencb/iva.git && cd iva && git checkout release-2.1.x
-
Initialize submodules
git submodule update --init --recursive -
Install dependencies
cd lib/jsorolla && npm install
cd ../../ && npm install
Expected behavior
The dependencies should install successfully without any missing packages or 404 errors from the npm registry.
Screenshots
npm ERR! 404 Not Found - GET https://registry.npmjs.org/tokenize2/-/tokenize2-1.3.1.tgz - Not found
Metadata
Metadata
Assignees
Labels
No labels