npmをインストールし、npm --versionでnpmをインストールできたことも
確認できたのでnpm run startと入力したらこのようなエラー文が出てきてしまい、
どうすれば解決できるのかわからないです。
$ npm run start
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /Users/hayashinaoki/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/Users/hayashinaoki/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/hayashinaoki/.npm/_logs/2020-05-07T02_33_09_818Z-debug.log
hayashinaokinoMacBook-Pro:~ hayashinaoki$ npm --version
6.14.4
hayashinaokinoMacBook-Pro:~ hayashinaoki$ npm run start
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /Users/hayashinaoki/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/Users/hayashinaoki/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/hayashinaoki/.npm/_logs/2020-05-07T02_34_53_073Z-debug.log
「no such file or directory」と書かれている部分があるので、
npmの中のファイルの一部が足りないということでしょうか?
よろしくお願いします。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。