npm does not support Node.jsの解消方法を教えていただきたいです。
以前使えていたgulpを使おうとし、使用できなくなったため再度インストールするも以下のエラーから抜け出せません。
npm ~と付くコマンドを叩くとこのエラーになります。
npm WARN npm npm does not support Node.js v15.8.0
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9.
npm WARN npm You can find the latest version at https://nodejs.org/
npm ERR! cb.apply is not a function
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/ユーザー名/.npm/_logs/2021-03-13T00_58_26_008Z-debug.log
やったこと
npm uninstall -g npm
brew uninstall node
sudo rm -rf /usr/local/Cellar/node/12.10.0
brew install node@latest
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/03/13 01:31
2021/03/13 01:34
2021/03/13 07:44
2021/03/13 07:58