InterviewSolution
| 1. |
How To Installed Version Sails.js? |
|
Answer» In order to install SAILS, you will first need to install the latest version of Node.js. Node.js is supported on most major operating systems, including the –
RUN following command to install it. NPM install sails –g Depending on your internet connection, it will take some time to install Sails.js. Once the INSTALLATION completes, you can use the sails command line to create new projects. In order to install Sails, you will first need to install the latest version of Node.js. Node.js is supported on most major operating systems, including the – Run following command to install it. npm install sails –g Depending on your internet connection, it will take some time to install Sails.js. Once the installation completes, you can use the sails command line to create new projects. |
|