kelektiv / node.bcrypt.js

bcrypt for NodeJs
MIT License
7.4k stars 512 forks source link

@agathver It seems there are some problems with my .gitignore file, it wasn't actually work. #944

Closed spimentel1201 closed 1 year ago

spimentel1201 commented 2 years ago

@agathver It seems there are some problems with my .gitignore file, it wasn't actually work. Just for some guys above, I fixed it by these command in terminal:

git rm -r --cached . git add . git commit -m "fixed untracked files"

@agathver I don't know why when I run "npm install bcrypt --save" then it installed the 1.0.3 version. I have to run "npm install bcrypt@2.0.1 --save" to update to your version. Thanks for your time. @agathver

Originally posted by @bnkhoi in https://github.com/kelektiv/node.bcrypt.js/issues/595#issuecomment-383282564