alexanderGugel / ied

:package: Like npm, but faster - an alternative package manager for Node
http://alexandergugel.github.io/ied
MIT License
1.99k stars 53 forks source link

Not working with electron #200

Open math2001 opened 6 years ago

math2001 commented 6 years ago

Electron throws this error when installed with ied (I tried with yarn, it works fine):

0 ~/Lab/test → electron .
/home/math2001/Lab/test/node_modules/2e391ccbd62768a3b3b260b8f2e3f16473567aec/package/index.js:9
  throw new Error('Electron failed to install correctly, please delete node_modules/electron and try installing again')
  ^

Error: Electron failed to install correctly, please delete node_modules/electron and try installing again
    at Object.<anonymous> (/home/math2001/Lab/test/node_modules/2e391ccbd62768a3b3b260b8f2e3f16473567aec/package/index.js:9:9)
    at Module._compile (module.js:660:30)
    at Object.Module._extensions..js (module.js:671:10)
    at Module.load (module.js:573:32)
    at tryModuleLoad (module.js:513:12)
    at Function.Module._load (module.js:505:3)
    at Module.require (module.js:604:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/home/math2001/Lab/test/node_modules/2e391ccbd62768a3b3b260b8f2e3f16473567aec/package/cli.js:3:16)
    at Module._compile (module.js:660:30)

This is fresh, without any other packages.

Any ideas?

Thanks for this package manager anyway, it's just insane how fast it is. :open_mouth: :+1: