#author("2020-09-27T15:23:19+09:00","default:ryuichi","ryuichi")
#author("2020-09-27T15:23:35+09:00","default:ryuichi","ryuichi")
* npm run startとnpm startの違い [#b077dec6]


- '''npm test''', '''npm start''', '''npm restart''', and '''npm stop'''はエイリアスになっており、'''npm run xxx'''と同等
- '''npm test''' '''npm start''' '''npm restart''' '''npm stop'''はエイリアスになっており、'''npm run xxx'''と同等
- それ以外の'''scripts'''に定義されたコマンドは'''npm run xxx'''の書式で実行する必要がある


** 参考 [#t9c8498a]

https://stackoverflow.com/questions/51358235/difference-between-npm-start-and-npm-run-start

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS