unhandledRejectionエラーの解決ができません。
解決したいこと
Vue3でアプリケーションを作っているのですが、エラーの解決方法がわかりません。
発生している問題・エラー
ERROR [unhandledRejection] Cannot read properties of undefined (reading 'onError') 22:07:20
at toNodeHandle (node_modules/nuxi/dist/chunks/index2.mjs:885:23)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
自分で試したこと
yarn install
rm -rf node_modules → yarn install
上記でnodeを入れ直したりしているのですが、解決することができません。
0