meteorhacks / npm

Complete NPM integration for Meteor
http://meteorhacks.com/complete-npm-integration-for-meteor.html
MIT License
508 stars 43 forks source link

Packages don't update on version change #104

Closed mbrookes closed 8 years ago

mbrookes commented 8 years ago

If I change the version of a package in packages.json, the installed package doesn't seem to update.

Also, if I delete the package from packages.json, it doesn't get uninstalled, so remove and readd doesn't work as a workaround.

Instead, I manually have to delete the installed package from .meteor/local/isopacks/npm-container/npm/node_modules and packages/npm-container/.npm/package/node_modules and rerun meteor.

Even stranger, the package doesn't get reinstalled in packages/npm-container/.npm/package/node_modules but everything still works (so makes me wonder why that directory exists in the first place...)

Am I missing something, or is this all expected behavior?