npm

Node.js package manager

← All commands

Common Examples

$ npm init -y
$ npm install package
$ npm run dev
$ npm outdated
$ npx create-react-app myapp