- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- Node.js/npm/npm run startとnpm startの違い へ行く。
- 1 (2020-09-27 (日) 15:23:19)
npm run startとnpm startの違い
- npm test, npm start, npm restart, and npm stopはエイリアスになっており、npm run xxxと同等
- それ以外のscriptsに定義されたコマンドはnpm run xxxの書式で実行する必要がある
参考
https://stackoverflow.com/questions/51358235/difference-between-npm-start-and-npm-run-start