alexanderGugel / alexanderGugel/ied
Not working with electron
- Dominant language
- JavaScript
- Stars
- 2k
- Forks
- 51
- PR merge metrics
- No merged PRs in 30d
Description
* **Version**: `ied version 2.3.6`
* **Platform**: Arch linux 64 bits (Linux laptux 4.14.13-1-ARCH #1 SMP PREEMPT Wed Jan 10 11:14:50 UTC 2018 x86_64 GNU/Linux)
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. (/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. (/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:
Contributor guide
Assessment
This issue has not been assessed yet.