Skip to content

Can't install some dependencies from non-standard NPM registry when run npm install #2874

Description

@quanzhuo
Environment
  • Operating System: Ubuntu 22.04
  • JDK version: 17.0.5
  • Visual Studio Code version:
  • Java extension version: v1.13.0
Steps To Reproduce
  1. clone this repo
  2. checkout tag v1.13.0
  3. run npm install --verbose
Current Result

Some npm packages from https://repository.engineering.redhat.com/nexus/repository/ can't be installed due to network error. If I change these dependencies's download url to registry.npmjs.org in package-lock.json. the npm install command completed OK.

Question

Is there some difference between packages from repository.engineering.redhat.com and registry.npmjs.org ?

Metadata

Metadata

Assignees

Type

No type

Projects

Status
✅ Done

Relationships

None yet

Development

No branches or pull requests

Issue actions