28개의 명령어를 찾았습니다
예제:
$ npm install express예제:
$ npm install -g nodemon예제:
$ npm install --save-dev jest예제:
$ npm install --save lodash예제:
$ npm ci예제:
$ npm uninstall express예제:
$ npm uninstall -g nodemon예제:
$ npm update예제:
$ npm outdated예제:
$ npm audit예제:
$ npm audit fix예제:
$ npm run build예제:
$ npm start예제:
$ npm test예제:
$ npm run dev예제:
$ npm list예제:
$ npm list -g --depth=0예제:
$ npm info express예제:
$ npm search react예제:
$ npm version예제:
$ npm init예제:
$ npm init -y예제:
$ npm config list예제:
$ npm config set registry https://registry.npmjs.org/예제:
$ npm cache clean --force예제:
$ npm publish예제:
$ npm login예제:
$ npm whoami