Ultimate Npm Cheatsheet [Live Doc]

Modern web dev can’t exist without package manager.
Management of open-source tools, libraries, frameworks is needed for modern web development.

node -v // Check node version
npm -v // Che…


This content originally appeared on DEV Community and was authored by Mohammed Ali

  • Modern web dev can't exist without package manager.
  • Management of open-source tools, libraries, frameworks is needed for modern web development.
node -v                              // Check node version
npm -v                               // Check npm version
npm init -y                          // Package.json file creation
npm install --save-dev node-sass     // Installs pkg as devDependency
npm uninstall --save-dev node-sass   // Uninstall pkg as devDependency


This content originally appeared on DEV Community and was authored by Mohammed Ali


Print Share Comment Cite Upload Translate Updates
APA

Mohammed Ali | Sciencx (2024-08-14T21:16:24+00:00) Ultimate Npm Cheatsheet [Live Doc]. Retrieved from https://www.scien.cx/2024/08/14/ultimate-npm-cheatsheet-live-doc/

MLA
" » Ultimate Npm Cheatsheet [Live Doc]." Mohammed Ali | Sciencx - Wednesday August 14, 2024, https://www.scien.cx/2024/08/14/ultimate-npm-cheatsheet-live-doc/
HARVARD
Mohammed Ali | Sciencx Wednesday August 14, 2024 » Ultimate Npm Cheatsheet [Live Doc]., viewed ,<https://www.scien.cx/2024/08/14/ultimate-npm-cheatsheet-live-doc/>
VANCOUVER
Mohammed Ali | Sciencx - » Ultimate Npm Cheatsheet [Live Doc]. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/08/14/ultimate-npm-cheatsheet-live-doc/
CHICAGO
" » Ultimate Npm Cheatsheet [Live Doc]." Mohammed Ali | Sciencx - Accessed . https://www.scien.cx/2024/08/14/ultimate-npm-cheatsheet-live-doc/
IEEE
" » Ultimate Npm Cheatsheet [Live Doc]." Mohammed Ali | Sciencx [Online]. Available: https://www.scien.cx/2024/08/14/ultimate-npm-cheatsheet-live-doc/. [Accessed: ]
rf:citation
» Ultimate Npm Cheatsheet [Live Doc] | Mohammed Ali | Sciencx | https://www.scien.cx/2024/08/14/ultimate-npm-cheatsheet-live-doc/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.