jdx / npm-register

Your own private npm registry and backup server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not support npm upgrade

haakonnessjoen opened this issue · comments

Hey,

Nice module, but this module has the same problem as sinopia. It does not handle npm upgrade correctly.

Lets say i publish myapp@1.0.1 and then later i upload myapp@1.0.2.

If i do a npm upgrade in a package that has a myapp dependency, it does not think there is a newer version. Maybe you are not generating etag using info from latest package.json file.

commented

well it does cache for about 15 minutes so you might be running into that

commented

going to need more information if you think there is a problem, we don't see issues using npm upgrade

Sorry, I got it to work now. I had specified the absolute version of the package in the dependencies section. I was sure it was '*'.