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

Cannot find module './full-chrome-versions' #637

Closed
flexwie opened this issue Mar 28, 2017 · 6 comments
Closed

Cannot find module './full-chrome-versions' #637

flexwie opened this issue Mar 28, 2017 · 6 comments

Comments

@flexwie
Copy link

flexwie commented Mar 28, 2017

When I started a fresh project I got the following error message

vue@1.0.0 dev C:\Users\felix\Documents\Code\Vue
node build/dev-server.js

Starting dev server...

ERROR Failed to compile with 1 errors 20:57:00

error in ./src/main.js

Module build failed: Error: Cannot find module './full-chrome-versions' (While processing preset: "C:\Users\felix\Documents\Code\Vue\node_modules\babel-preset-env\lib\index.js")
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (C:\Users\felix\Documents\Code\Vue\node_modules\electron-to-chromium\index.js:4:26)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (C:\Users\felix\Documents\Code\Vue\node_modules\babel-preset-env\lib\normalize-options.js:11:27)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)

@ multi ./build/dev-client ./src/main.js

Listening at http://localhost:3000

How can I solve this?

@ashleahhill
Copy link

Possibly related: vuejs/vue-cli#394

@ashleahhill
Copy link

I think the issue is in /node_modules/electron-to-chromium/index.js

They are mixing up full-chromium-versions with full-chrome-versions

If you have the luxury of a local build, you can hack it to make the build work.

@ashleahhill
Copy link

Looks like the dev is releasing hotfixes now: Kilian/electron-to-chromium@ab29cb7

@ashleahhill
Copy link

@Kilian
Copy link

Kilian commented Mar 28, 2017

Sorry about that. 1.3.2 should fix this.

@ashleahhill
Copy link

@Kilian Can confirm. Thanks

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

No branches or pull requests

4 participants