0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

npm run コマンドが実行できない

Posted at

reactファイルを開こうとした際にエラーが表示された際
初歩的なミスでかなり解決に時間がかかったのでまとめます。

エラー画面

npm ERR! missing script: dev
npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/kouki/.npm/_logs/2022-12-26T04_04_16_519Z-debug.log

実行コマンド

npm run dev

解決策
scriptにdevのコマンドがないと記入してあるので、
package.jsonファイルに原因があるのでは?
と仮定して設定系の異常を確認していたのですが問題なし。
結論、npm run devを実行するディレクトリが間違っていただけでした。
基本的な事ですが、コマンドを実行する際は
初めに実行するディレクトリの位置を確認するべきだということを
再認識しました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?