Bootstrap FreeKB - Sails - Install Sails on Linux
Sails - Install Sails on Linux

Updated:   |  Sails articles

Before you can install Sails, you will need to install NodeJS.

The npm command can be used to install the latest version of Sails. This will install Sails in the present working directory.

npm install --global sails

 

Or to install a specific version.

npm install --global sails@1.4.3

 

If the install is successful, something like this should be returned.

+ sails@1.4.3
added 235 packages from 115 contributors in 13.984s

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter f8c4d2 in the box below so that we can be sure you are a human.