RailsでWEBアプリを作って海外移住

30歳にしてサラリーマンをリタイア、WEBの世界で、ご飯を食べて、海外移住に挑戦

npm run server error No such file or directory エラー

みなさんこんにちは!

今日は、エラーのお話です。npm runってコマンドを打ってエラーがでてあせったことないですか?

こんな感じの。。。


ERR! enoent ENOENT: no such file or directory, open '/Users/justin/package.json'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! Please include the following file with any support request:
npm ERR! /Users/npm-debug.log


結論いうと、実行しているディレクトリの階層まちがえてる可能性大です。

よく見て!!!!

以上ですw