前提・実現したいこと
npm WARN deprecate
を解決しようとしましたが、方法がわからず質問させていただきます。
内容は mkdirp@0.5.1: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
です。
作成したディレクトリに Express をインストールしようとしたときに発生しました。
環境は Macbook air です。
発生している問題・エラーメッセージ
xxx$ sudo npm install -g express-generator -g npm WARN deprecated mkdirp@0.5.1: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.) /usr/local/bin/express -> /usr/local/lib/node_modules/express-generator/bin/express-cli.js + express-generator@4.16.1 added 10 packages from 13 contributors in 0.862s xxx$ express --version 4.16.1
npm node.js のバージョン
XXX$ node -v v14.15.1 XXX$ npm -v 6.14.8
試したこと
https://nodejs.org/ja/download/releases/
より、推奨バージョンの node.js
npm
が自分の Macにダウンロードされてはいます。
解決方法を探したのですが、Warningを無視している方も多く、???です。
回答1件
あなたの回答
tips
プレビュー