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 trialJoseph Monreal
Full Stack JavaScript Techdegree Student 10,075 PointsI'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
Toms Fenenko
5,605 PointsHi, the problem is that the package is called bcryptjs, that's what error is trying to tell you. Try running - npm i bcryptjs
Begana Choi
Courses Plus Student 13,126 Pointshey, 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
Azal Khaled
Full Stack JavaScript Techdegree Graduate 19,273 PointsAzal Khaled
Full Stack JavaScript Techdegree Graduate 19,273 PointsII'm having problems too. Toms- I did run it using bcryptjs and I still get an error
Azal Khaled
Full Stack JavaScript Techdegree Graduate 19,273 PointsAzal Khaled
Full Stack JavaScript Techdegree Graduate 19,273 PointsII'm having problems too. Toms- I did run it using bcryptjs and I still get an error