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\ADKi\.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\electron-prebuilt\path.txt' #44

Closed DukeAnn closed 7 years ago

DukeAnn commented 7 years ago

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

anseki commented 7 years ago

Hi @DukeAnn, thank you for the report. Could you give me details? https://github.com/anseki/vscode-color/blob/master/.github/ISSUE_TEMPLATE.md

cjlaravel commented 7 years ago

[Extension Host] Error: ENOENT: no such file or directory, open 'C:\Users\Administrator.vscode\extensions\anseki.vscode-color-0.4.1\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. (C:\Users\Administrator.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\electron-prebuilt\index.js:4:42) at Object. (C:\Users\Administrator.vscode\extensions\anseki.vscode-color-0.4.1\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)

anseki commented 7 years ago

Hi @ fujianxiamen, thank you for the report. Could you give me details? https://github.com/anseki/vscode-color/blob/master/.github/ISSUE_TEMPLATE.md

DukeAnn commented 7 years ago

A dialog box is shown by pressing Alt + C P keys or command Pick Color. If a cursor is positioned on a string that is color notation at that time, that string is selected as target for editing.

https://github.com/anseki/vscode-color/raw/master/s-01.gif

anseki commented 7 years ago

@DukeAnn, Could you give me details? Please see this: https://github.com/anseki/vscode-color/blob/master/.github/ISSUE_TEMPLATE.md

andreroggeri commented 7 years ago

@anseki it seems that is missing a slash bar on path.

Is that normal ? 'C:\Users\ADKi.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\electron-prebuilt\path.txt' 'C:\Users\Administrator.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\electron-prebuilt\path.txt'

anseki commented 7 years ago

Hi @andreroggeri, thank you for the report. Sorry, what do you mean? Which slash bar?

Also, Could you give me details? https://github.com/anseki/vscode-color/blob/master/.github/ISSUE_TEMPLATE.md

anseki commented 7 years ago

Ah, I see. I understand slash bar 😄

andreroggeri commented 7 years ago

I think the path for .vscode folder is wrong.

This C:\Users\Administrator.vscode\extensions\anseki.vscode-color-0.4.1\node_modules\electron-prebuilt\path.txt

Should be:

'C:\Users\Administrator \ .vscode\extensions\anseki.vscode-color-0.4.1\node_modules\electron-prebuilt\path.txt'

anseki commented 7 years ago

I think that the slash is not the root cause, and the extension does not create the path. Could you give me details? https://github.com/anseki/vscode-color/blob/master/.github/ISSUE_TEMPLATE.md

andreroggeri commented 7 years ago

I fixed this error by reinstalling the extension.

But now there is another problem (I'll report on another issue)

anseki commented 7 years ago

Unfortunately, no reply came from @DukeAnn, and I close this issue.