For questions specifically about npm, Inc.’s default public software registry at https://registry.npmjs.org, or any other npm compatible registry.
Questions tagged [npm-registry]
81 questions
0
votes
0 answers
Cannot npm login or npm adduser to private couchdb registry
What I want to achieve:
I want to create private/local npm package repository using couchdb. It should allow me and other users to first, set registry
-npm set registry http://localhost:5984/registry and then to be able to make npm login and npm…

apekop
- 13
- 4
0
votes
1 answer
custom package can't read useState when installed on another package
I have created a custom component into a private repostory / registry and it's working locally (tested with storybooks). When I do "npm install" it gets correctly installed into the other package but when i try to start the project i get this…
0
votes
0 answers
verdaccio error 'verdaccio: types-registry'
I'm currently creating a private npm registry for my company.
I pulled the verdaccio docker container and I put the config.yaml file into the folders in the container.
When I run verdaccio, an error message comes up:
EACCES: permission denied,…
0
votes
0 answers
Is there any way to define a higher Priority registry than package.json for NPM publish?
Thanks for your attention.I am a new user for NPM package.
Now,I have downloaded lots of NPM package from third party.I want to upload to private package registry.
I have defined some parameters in ~/.npmrc,such…

Clair
- 67
- 4
0
votes
0 answers
Having issue while installing npm package offline
I have zipped the node_module folder which all the required packages i need to install.
so i am unziping the node_module folder on my windows and linux system, but i am facing this issue
I am trying npm link --force command on my servers, without…
0
votes
0 answers
npm publish to registry.npmjs.org fails in GitLab CI
I tried to publish in registry.npmjs.org/ with gitlab ci, but instead of publish, i get an error
I tried what this page says https://webbureaucrat.gitlab.io/posts/continuously-deploying-an-npm-package-with-gitlab-ci-cd/
with this gitlab-ci.yml…

Martin ad
- 1
- 1
0
votes
0 answers
npm install advisory check refers to incorrect package url when private registry used
Getting a strange error when doing npm install from a package.json that has has a dependency to a package (say, my-private-lib) from a private registry.
npm ERR! Cannot convert undefined or null to object
The reason is that even tho we install…

coffeeeee
- 129
- 1
- 12
0
votes
0 answers
Convert a linux script to powershell script
I need to translate this script (linux):
# get endpoint
endpoint = aws codeartifact get-repository-endpoint --domain my_domain --domain-owner 111122223333 --repository my_repo --format npm
# set a scoped registry
npm config set registry endpoint…

Nemus
- 1,322
- 2
- 23
- 47
0
votes
0 answers
Is there a npm registry query to get the package with to get minor or patch version package details
can anyone help me with query to get a package with minor or patch versions from npm registry.
https://registry.npmjs.org/eslint-scope/7.1.1 - this would give package details for 7.1.1 version.
I would like to understand how can we pass ^7.1.1 or…

Syed Adil Shariq
- 13
- 3
0
votes
1 answer
How to configure .npmrc file to be able to combine different NPM registries?
How to set an .npmrc file to tell npm install to download all the dependencies from https://registry.npmjs.org but only a specific one from a corporate Artifactory under https://artifactory.corporation.io/artifactory/npm/ that needs authentication…

Ghassen
- 591
- 1
- 15
- 33
0
votes
0 answers
How to run my Vue app if have inside private registry package?
I cloned a Vue app from git which I am trying to install npm install command, but this gives me the following error:
npm ERR! notarget No matching version found for bekit@1.0.44.
npm ERR! notarget In most cases you or one of your dependencies are…

Obid Juraev
- 9
- 1
0
votes
1 answer
npm install gives CERT_HAS_EXPIRED error for sap-cloud-sdk
I tried to install the following and got the following error.
npm install @sap/cloud-sdk-op-vdm-material-stock-service
npm ERR! code CERT_HAS_EXPIRED
npm ERR! errno CERT_HAS_EXPIRED
npm ERR! request to…

Amitava Mitra
- 1
- 2
- 1
0
votes
0 answers
Does npm install have cascading effect for each dependency?
Let's say I have an app where my package.json has a library I am hosting in my own registry(Gitlab for eg.)
And that library has some dependencies, so of course, it has package.json of its own.
Now, if I run npm i for my app when it reaches my…

nktkarnany
- 43
- 1
- 11
0
votes
0 answers
npm registry,Is that possible to publish Java or C# libraries in to npm registry
npm registry,Is that possible to publish Java or C# libraries in to npm registry.
If so please recommend some articles or details on how to create a private npm registry.
Thanks in advance

Kod
- 189
- 1
- 3
- 13
0
votes
1 answer
Change Netfly npm-registry for using third-party dependencies
I'm using some third-party dependencies hosted on a corporate npm-registry (accessible publically) that fails my angular's app deployment
Is there a way to configure npm for Netfly ?

Ghassen
- 591
- 1
- 15
- 33