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


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS