You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the issue is because App.vue is imported as './app' instead of './App', this in Windows should be no problem, but in Linux (and maybe MAC) is triggering the error.
When running $ npm run dev
Numerous errors appear. In particular.
ERROR in ./src/main.js
Module not found: Error: Can't resolve './app' in '/home/darren/WebstormProjects/CordovaApps/TestApp/src'
@ ./src/main.js 16:0-24 25:9-12
@ multi (webpack)-dev-server/client?http://localhost:8080 (webpack)/hot/dev-server.js ./src/main.js
The text was updated successfully, but these errors were encountered: