Skip to content

Issue: [email protected] not found during npm install #248

@muaiz

Description

@muaiz

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

  1. Clone the IVA repository

git clone https://github.com/opencb/iva.git && cd iva && git checkout release-2.1.x

  1. Initialize submodules
    git submodule update --init --recursive

  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions