Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript npm Basics (retiring) Installing Packages with npm Installing Local Packages

I'm having issues running npm install bcrypt on my Mac can someone please help.

npm WARN checkPermissions Missing write access to npm WARN enoent ENOENT: no such file or directory npm WARN enoent ENOENT: no such file or directory .....

2 Answers

Hi, the problem is that the package is called bcryptjs, that's what error is trying to tell you. Try running - npm i bcryptjs

II'm having problems too. Toms- I did run it using bcryptjs and I still get an error

II'm having problems too. Toms- I did run it using bcryptjs and I still get an error

Begana Choi
PLUS
Begana Choi
Courses Plus Student 13,126 Points

hey, If you've downloaded home brew, use it for downloading. brew install brcypt

I solved problem with this posting https://teamtreehouse.com/community/cant-install-bcrypt-on-mac