Questions tagged [npmjs]

For issues relating to the npm package manager for JavaScript.

npm is the package manager for JavaScript. It's also the world's largest software registry. There are over 600,000 packages of JavaScript code available to download, with approximately 3 billion downolads per week. npm makes it easy for JavaScript developers to reuse code other developers have shared. Adapt it to new applications, or incorporate it as is. When someone revises their code, you can easily update your application to incorporate the newly improved code.

48 questions
0
votes
1 answer

Publishing to npmjs - using a machine user?

We're currently working on an open source project (wicked.haufe.io, an API Management system), and for this system, we would like to publish an SDK to npmjs.com for situations where you would want to extend the functionality of the system (it's…
donmartin
  • 1,753
  • 2
  • 15
  • 30
0
votes
1 answer

What is up with npmjs.com? as of 14/09/2019 09:45 CEST

Accessing npmjs gives this from the morning Error 503 All backends failed or unhealthy All backends failed or unhealthy Guru Mediation: Details: cache-bma7035-BMA 1473839041 2911743558 Varnish cache server Is anyone aware what is going…
lamukra
  • 23
  • 6
0
votes
1 answer

How do I update an npm package with an updated tag

I published a new tag to npm public repo and then pushed the tag to git but I realized I forgot to update the tag numbers. In git I simply deleted the tag and recreated it with the new commits but how would I go about updating the release in the npm…
silverlight513
  • 5,268
  • 4
  • 26
  • 38
1 2 3
4