こちらの手順に従ってTSを入れて、Nuxtを起動すると以下のエラーになります。
ERROR Failed to compile with 5 errors friendly-errors 12:18:09 These dependencies were not found: friendly-errors 12:18:09 friendly-errors 12:18:09 * nuxt_plugin_axios_e0328530 in ./.nuxt/index.js friendly-errors 12:18:09 * nuxt_plugin_bootstrapvue_333fb397 in ./.nuxt/index.js friendly-errors 12:18:09 * nuxt_plugin_moment_7b9c8130 in ./.nuxt/index.js friendly-errors 12:18:09 * nuxt_plugin_nuxticons_1cfa8ce0 in ./.nuxt/index.js friendly-errors 12:18:09 * nuxt_plugin_swregister_0ce6f35e in ./.nuxt/index.js friendly-errors 12:18:09 friendly-errors 12:18:09 To install them, you can run: npm install --save nuxt_plugin_axios_e0328530 nuxt_plugin_bootstrapvue_333fb397 nuxt_plugin_moment_7b9c8130 nuxt_plugin_nuxticons_1cfa8ce0 nuxt_plugin_swregister_0ce6f35e
試したこと
- エラーメッセージに従い、nuxt_plugin_axios_e0328530などのインストールを試みました
- npm run devを止めて、再実行しました
- node_modulesを削除して、入れ直してみました
自己解決出来ないかと色々調べましたが解決出来そうになく、こちらに相談しました。よろしくお願いします。
あなたの回答
tips
プレビュー