anseki / vscode-color

Helper with GUI to generate color codes such as CSS color notations.
MIT License
97 stars 27 forks source link

[processBridge]: Error: ENOENT: no such file or directory, open 'C:\Users\vimcaw\.vscode\extensions\anseki.vscode-color-0.4.5\node_modules\electron-prebuilt\path.txt' #53

Closed vimcaw closed 7 years ago

vimcaw commented 7 years ago

Steps to Reproduce:

  1. Alt + C P

Log (All lines): (Click menu of VS Code "Help > Toggle Developer Tools", and click "Console" tab)

workbench.main.js:28 Ctrl+Alt+ keybindings should not be used by default under Windows. Offender:  e  for  extension.toggleRegexPreview
e._assertNoCtrlAlt @ workbench.main.js:28
workbench.main.js:29 [Extension Host] vscode-icons is active!
workbench.main.js:29 [Extension Host] Start child process...
workbench.main.js:29 [Extension Host] Error: ENOENT: no such file or directory, open 'C:\Users\vimcaw\.vscode\extensions\anseki.vscode-color-0.4.5\node_modules\electron-prebuilt\path.txt'
    at Object.fs.openSync (fs.js:558:18)
    at Object.module.(anonymous function) [as openSync] (ELECTRON_ASAR.js:173:20)
    at Object.fs.readFileSync (fs.js:468:33)
    at Object.fs.readFileSync (ELECTRON_ASAR.js:506:29)
    at Object.<anonymous> (C:\Users\vimcaw\.vscode\extensions\anseki.vscode-color-0.4.5\node_modules\electron-prebuilt\index.js:4:42)
    at Object.<anonymous> (C:\Users\vimcaw\.vscode\extensions\anseki.vscode-color-0.4.5\node_modules\electron-prebuilt\index.js:6:3)
    at Module._compile (module.js:571:32)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
h.logExtensionHostMessage @ workbench.main.js:29
workbench.main.js:28 [processBridge]: Error: ENOENT: no such file or directory, open 'C:\Users\vimcaw\.vscode\extensions\anseki.vscode-color-0.4.5\node_modules\electron-prebuilt\path.txt'
e.doShow @ workbench.main.js:28
anseki commented 7 years ago

It seems that this is a duplicate of past issues. The Electron in your computer is broken. Re-install the extension. And please comment to #7 (not here) about this issue if you need.