I saw some tutorial where the command was: npm install --save What does the --save option mean? 1 15 Update npm 5: As of npm 5.0.0, installed modules are...
After I upgraded to the latest stable node and npm, I tried npm install moment --save. It saves the entry in the package.json with the caret ^ prefix. Previously,...