No compatible binary build for accounts-password

Bcrypt package is not getting installed and getting error while installing packages. How can I resolve these issues.

In your project folder, run meteor npm install --save bcrypt@0.8.7. Don’t install bcrypt version 1.x, as it currently has issues during deployment with Meteor.

I tried installing this command, but it shows lots of errors.