I am taking the IS course, and at this step, it wants me to go to package.json, click add package and click on BCrypt in order to add it to the project. I cannot find where add package is when I click package.json, it doesn’t exist. Can anybody show me where it is?
Hello there,
This is the package you should install: bcrypt - npm
There are many ways you can install it, but the most common is:
npm install --save bcrypt
Hope this clarifies
Thank you so much for the help!
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.