We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be good to mention that bcrypt should be installed before hitting npm install at backend. Otherwise sails lift will fail.
bcrypt
npm install
sails lift
On MacPorts - port install bcrypt + npm rebuild if installed already. Perhaps it makes sense to link elsewhere for bcrypt related instructions.
port install bcrypt
npm rebuild
The text was updated successfully, but these errors were encountered:
Hmm, weird I haven't seen this error / behaviour on my dev platform. I will have to make a clean platform and try to repeat this problem.
Sorry, something went wrong.
This has been fixed.
No branches or pull requests
It would be good to mention that
bcrypt
should be installed before hittingnpm install
at backend. Otherwisesails lift
will fail.On MacPorts -
port install bcrypt
+npm rebuild
if installed already. Perhaps it makes sense to link elsewhere for bcrypt related instructions.The text was updated successfully, but these errors were encountered: