Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project Does not run per instructions #34

Open
radiantone opened this issue Jan 31, 2019 · 2 comments
Open

Project Does not run per instructions #34

radiantone opened this issue Jan 31, 2019 · 2 comments

Comments

@radiantone
Copy link

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

@cccaballero
Copy link

Same issue here

@cccaballero
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants