slsコマンドが使いたいのですが、
npmのserverlessのライブラリがインストールできません。
◆環境
mac monterey 12.0.1
npm 8.1.0
node v16.12.0
以下のコマンドにて、インストールしました
npm install -g serverless
エラーができます。slsコマンドを打っても認識されません。
以下エラーが出ます。
npm WARN deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm WARN deprecated formidable@1.2.6: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau
npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm WARN deprecated uuid@3.3.2: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated superagent@3.8.3: Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at https://github.com/visionmedia/superagent/releases.
changed 391 packages, and audited 392 packages in 7s
52 packages are looking for funding
run npm fund
for details
found 0 vulnerabilities
エラー内容は
以下のライブラリが、
querystring,uuid,superagent,formidable
非推奨バージョン?
おそらく、言っているのだと思います。
◆試したこと
1 ncu を使ってインストール済みパッケージの新しいバージョンが存在するかどうか調べるが異常なし
Checking /Users/sedamasahiro/Documents/source/serverless_test/package.json
[====================] 4/4 100%
All dependencies match the latest package versions :)
2 npm update を実行したが変わらず。
3 node_modules を一度消して再実行したが、エラー内容が変わりません。
npm installや package.json周りの理解不足かもしれません。
お手数なのですが、
どなたかご教授いただけると助かります。
何卒よろしくお願い申し上げます。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2022/04/25 15:11