Can not update npm-bcrypt after meteor 1.3.1 update

Hi,

Can not get npm-bcrypt updated …

>meteor update
This project is already at Meteor 1.3.1, the latest release.
Your top-level dependencies are at their latest compatible versions.

Newer versions of the following indirect dependencies are available:
_ * npm-bcrypt 0.7.8_2 (0.8.5 is available)_
To update one or more of these packages, pass their names to meteor update.

Tried to remove and add again but without success.

Any idea ?

Maybe try installing the bcrypt npm package directly (using npm install bcrypt) instead of using the npm-bcrypt Atmosphere package (since that package is just a wrapper around the npm package).

Once installed the bcrypt directly (by ‘npm install bcrypt’) I have got a newer bcrypt folder under /app_src/node_modules. But nothing changed in the version description shown after ‘meteor update’ called. It seems to me older version is hardcoded as a dep somewhere.

Now that you’ve installed bcrypt using npm, have you tried removing the older Atmosphere based wrapper package using meteor remove npm-bcrypt?

1 Like

Sure, but have got the message stating it’s not a first level dep.