Closed anonimusprogramus closed 9 years ago
Using the steps in the README.md, I'm not able to reproduce.
It might be due to a bad or incomplete build. You might try the suggestions from this thread: https://github.com/ncb000gt/node.bcrypt.js/issues/141
I would suggest you remove anything you have in node_modules or previous build and try to install again
Or potentially a filesystem issue:
It was a filesystem issue. Lack of support for symlinks via cifs/smb. That was killing the build. Copied the project to /tmp, builds fine, runs fine. No warnings, no errors. Sweet. dmesg to the rescue.
OK, I'll try re-starting, will keep you posted.
Thanks!
Steps:
Result:
ps. I've tried too the
sudo npm install -g sails
withsails lift
, but same result.Q: Were the step I did alright? How to fix this?
Thanks a lot Martin.