コマンドを使用して、Nuxt で新しいプロジェクトを作成しましたnpx create-nuxt-app
。このエラーは Nuxt そのものとは関係ないかもしれませんが、私のすべての nuxt プロジェクトでこのエラーが発生するのは非常に面倒で、取り除くのに苦労しています。npm run dev
localhostのコマンドを実行すると、Firefox 開発者版に表示されます。
The connection to http://localhost:3000/__webpack_hmr/client was interrupted while the page was loading.
The connection to http://localhost:3000/_loading/sse was interrupted while the page was loading.
これを取り除く方法はありますか?ありがとう