助けて!!!!!
前提・実現したいこと
https://www.techpit.jp/courses/718669/lectures/13934633
該当のコード
$ npm --prefix ./front install ./front 以下のメッセージが出ました。 found 366 vulnerabilities (364 low, 2 moderate) run `npm audit fix` to fix them, or `npm audit` for details $ npm audit エラーの詳細を確認したところ以下のメッセージが出ました。 npm ERR! code ENOLOCAL npm ERR! Could not install from "frontnpm" as it does not contain a package.json file. npm ERR! A complete log of this run can be found in: npm ERR! /Users/yoshidahayata/.npm/_logs/2020-07-07T12_24_25_197Z-debug.log $ npm audit fix 上記コードを試しても同じメッセージです(^◇^;) npm ERR! code EAUDITNOPJSON npm ERR! audit No package.json found: Cannot audit a project without a package.json npm ERR! A complete log of this run can be found in: npm ERR! /Users/yoshidahayata/.npm/_logs/2020-07-07T12_25_01_116Z-debug.log
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/07/07 13:19
2020/07/07 14:09