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
Issues installing private npm packages
I have a project with dependency on some private repo (fontawesome) for which our org has taken a license
While all the other packages are installed via our internal registry, the fontawesome dependency is installed via npm.fontawesome.com
So, in my…

copenndthagen
- 49,230
- 102
- 290
- 442
0
votes
0 answers
how i can add the plugin identity-vault?
I have a problem when i add identity-vault plugin by cordova :
codova plugin add @ionic-enterprise/identity-vault
npm ERR! code E404
npm ERR! 404 Not Found - GET http://registry.npmjs.org/@ionic-enterprise%2fidentity-vault - Not found
npm ERR! 404…

Asmae HrOuri
- 3
- 2
0
votes
0 answers
Angular 2 : dual list component with ordering
Is there any component available in angular2 npm registry with dual listbox component feature and change order feature
angular-dual-listbox is available , but doesn't have option for…

Ast
- 143
- 7
0
votes
1 answer
Not able to install node-reggie in node v10.16.0
I have used node-reggie to publish private node modules to our private registry.
Now we upgraded our node version from 0.12.17 to 10.16.0.
After upgrade i am not able to install reggie in my local machine.
I am getting the following error.
Is it…

Jeff Johny
- 418
- 1
- 5
- 19
0
votes
1 answer
What is the users object in npm registry json response?
For the json response for any npm package. In jQuery for example, http://registry.npmjs.org/jquery there exists a dictionary users with some usernames as keys and a boolean value as the value.
"users": {
"dodo": true,
"fgribreau": true,
…

All Іѕ Vаиітy
- 24,861
- 16
- 87
- 111
0
votes
1 answer
Use git repository as private NPM registry
Want to use git repository as a private npm registry to publish my own npm packages.
I have tried with the publishConfig and npm config set registry <>.
When I am setting the npm registry with npm config set registry <> and try to login with npm…

Pravin Shinde
- 65
- 10