-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Cannot find module 'vue' #101
Comments
From #102
Update: Seems like this could be a Windows issue |
Can you confirm |
Yes, they installed under /app/node_modules/ -vue |
Are you also on Windows? |
Yes |
What can I do to help? I just pulled this down for the first time and can't see immediately where the issue is coming from. If you can't replicate the issue in your environment I would be glad to set up a remote session. |
Currently trying to investigate within a virtual box. But I think it might be an issue trying to add Could you run |
Yes, you are correct, the path seperator is acting as an escape char. |
In the meantime @RezaHaidari, until @SimulatedGREG releases the fix. replace inside the index.ejs file. |
Your fix dosen't work for me @MatthewOverall. |
copy new update, that works for me. thanks @MatthewOverall |
@CharlesDelorme You must have coppied it just before my edit. |
Thanks for the help @MatthewOverall ! My virtual box is very sluggish to get things done quickly. |
Glad to help. Thanks for creating this boiler plate project. Really well done. |
Describe the issue / bug.
previous version (webpack 1) its works fine, but in current version (webpack2) i got this error " Cannot find module 'vue' "
How can I reproduce this problem?
install new version from vue-cli on window10 , npm i and finally run with "npm run dev" command.
If visual, provide a screenshot.
Tell me about your development environment.
The text was updated successfully, but these errors were encountered: