I have installed sails.js v0.11.0, but I need to downgrade it to v0.10.5 cause a company I'm working for used sails.js v0.10.5 for some codes. Does anyone know how I can do that?
Asked
Active
Viewed 1,790 times
2 Answers
0
- If you have sails.js installed localy (e.g. your project folder under node_modules) simply delete the sails folder
- Go to your package.json and change the sails version to the desired one ( 0.10.5 )
- run npm install
You should be good to go now

gkaimakas
- 574
- 3
- 17