Open harlekoy opened 6 years ago
+1
+1
+1
I have the same issue.
nuxt 1.4 depends on webpack 3, whereas vue cli 3 is using webpack 4. But nuxt 2 uses webpack 4! So
npm rm nuxt npm i nuxt-edge
can solve this issue
@LeonWuV's fix worked for me, although for some reason only after I ran both commands one after the other, instead of the one liner. So:
npm uninstall nuxt --save
then
npm install nuxt-edge --save
Error
Version