Quantcast
Channel: Node.jsタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 8697

[nodemon] app crashed - waiting for file changes before starting... というエラーに遭遇した時の対処法

$
0
0

[nodemon] app crashed - waiting for file changes before starting... というエラーに遭遇した時の対処法

Githubのissuesをのぞいてみる

見たことないくらいのコメント数が付いていました。
https://github.com/linnovate/mean/issues/1066

いろいろな意見があるが問題としては

  • nodemonがない(インストールしていない)
  • インストールしたnode_modulesに問題がある

上記を踏まえ行った対応

  1. npm install -g nodemonでnodemonをインストール
  2. node_modulesを一旦削除してnpm iでインストールしなおす

こちらを実行し再度ビルドしたところ正常に動きました。


Viewing all articles
Browse latest Browse all 8697

Trending Articles