Closed natew closed 7 years ago
Actually got this now:
Hi @natew, thank you for the report.
It seems that the Electron in your computer is broken. Or, the electron and another electron might conflict if you have installed Electron globally before. That should not be installed globally because various apps may not work by the confliction.
Try to remove that. (except there are special reasons)
npm uninstall -g electron
npm uninstall -g electron-prebuilt
cd ~/.vscode/extensions/anseki.vscode-color-0.4.5
npm uninstall electron-prebuilt
And execute Pick Color
command on VS Code.
That didn't seem to help.
Tried re-installing electron-prebuilt into anseki.vs-code dir but still seems to be broken.
After restart:
At least, it seems that the confliction in your computer was solved. And that installation failed. It seems that the error is a duplicate of past issues. Cache data in your computer might be broken. You can clear the cache data by this:
npm cache clean
npm cache ls
~/.electron
.No reply came. I close this issue.
node -v
): 8.5npm -v
): 5.5Not sure why this started happening, but I tired reinstalling and restarting a few times.