nopar
nopar copied to clipboard
Node PAckage Registry
Howdy, I have nopar running behind nginx with user basic auth. I tried adding auth to my app with, `npm config set registry http://user:[email protected]`. When I run `npm install` in...
The public registry now supports scopes: http://blog.npmjs.org/post/116936804365/solving-npms-hard-problem-naming-packages There's also some neat stuff in the client to support pointing scopes at different registries: https://docs.npmjs.com/misc/scope Here's a suggested featurelist in rough order...
It would be useful to remove a proxied version. For example, if a new version contains a bug that a previous version didn't have. Currently, I have to go into...
Howdy, I am attempting to set up a nopar registry on a remote server. I can install successfully with the `npm install -g nopar` command, and when I run `nopar`...
Assuming v1.0.0 is the latest version of a module in the nopar cache, if npm asks for v1.1.0 it should automatically check for updates on the module before replying. This...