Question: What would you do to create a new node.js project? 1.Run npm init. Type the options. Run npm install. Check the generated json file. Make
What would you do to create a new node.js project?
| 1.Run npm init. Type the options. Run npm install. Check the generated json file. Make sure to include any installed modules to the code with the require keyword. | ||
| 2.Run npm install. Run npm init. Type the options. Check the generated json file. Make sure to include any installed modules to the code with the require keyword.
| ||
| 3.We do not need to do anything, the json file and the modules are attached only by adding the required keyword. | ||
| 4.Run npm express -g install Run npm install. Type the content of the json file manually. Check the main js file to verify that the modules have been added by the npm. |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
