No error throw on webpack build fail
-
I moved development from my Windows machine to my Mac but after setting everything up and running ‘quasar dev’ I get a “build failed with 1 error” but no stacktrace or message:
Has anyone experienced something like this?
-
Hi,
Delete your node_modules folder and run npm install
Somes packages have post-install according the OS version.
-
Thanks very much! That did the trick