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

Error on startup in windows 7 64bit #60

Open
wildeyes opened this issue Jun 1, 2016 · 2 comments
Open

Error on startup in windows 7 64bit #60

wildeyes opened this issue Jun 1, 2016 · 2 comments

Comments

@wildeyes
Copy link

wildeyes commented Jun 1, 2016

I ran npm i -g electron-prebuilt && electron index.js.

App threw an error during load
Error: Cannot find module 'core-util-is'
    at Module._resolveFilename (module.js:438:15)
    at Function.Module._resolveFilename (C:\Users\xxx\AppData\Roaming\npm\node_modules\electron-prebuilt\dist\resources\electron.asar\common\reset-search-paths.js:47:12)
    at Function.Module._load (module.js:386:25)
    at Module.require (module.js:466:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (C:\code\wcjs-player\node_modules\readable-stream\lib\_stream_duplex.js:25:12)
    at Module._compile (module.js:541:32)
    at Object.Module._extensions..js (module.js:550:10)
    at Module.load (module.js:456:32)
    at tryModuleLoad (module.js:415:12)
@jaruba
Copy link
Owner

jaruba commented Jun 1, 2016

What electron version is it installing?

@jaruba
Copy link
Owner

jaruba commented Jun 1, 2016

try doing npm install core-util-is in the C:\code\wcjs-player\ folder, maybe? :)

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

2 participants