🖥
Nuxt3のインストールでエラー ( npm ERR! cb.apply is not a function )
問題
$ npx nuxi init nuxt-app
npm ERR! cb.apply is not a function
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/yumainaura/.npm/_logs/2023-02-02T04_46_08_609Z-debug.log
Install for [ 'nuxi@latest' ] failed with code 1
解決
npmのバージョンを上げたら解決した
$ npm -v
8.19.2
$ npm install --global npm
$ npm -v
9.4.1
参考
チャットメンバー募集
何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。
公開日時
2023-02-02
Discussion