DEV Community

Mohammed Ali
Mohammed Ali

Posted on • Edited on

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                               // 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
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more