LaravelのversionとしてはLaravel Framework 8.27.0を使っています。
Laravelで作ったwebアプリをGitにあげたところ、
Remediation
Upgrade axios to version 0.21.1 or later. For example:
"devDependencies": { "axios": ">=0.21.1" }
の表示が出て、どうやらdevDependenciesのaxiosをupdateしなければいけない、ということがわかりました。
Laravelアプリ内の記述を上の通り変更し、ターミナルで
$npm install
を実行したところ、
npm WARN saveError ENOENT: no such file or directory, open '//package.json'/package.jsonn'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN enoent ENOENT: no such file or directory, open '/
npm WARN currentDirectory No description
npm WARN currentDirectory No repository field.
npm WARN currentDirectory No README data
npm WARN currentDirectory No license field.
up to date in 0.66s
found 0 vulnerabilities
との表示が。
これは上手くupdate出来ているのでしょうか?
わかる方がいらっしゃれば教えていただきたいです。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。