Closed Abhishek12345679 closed 2 years ago
log when i ran npm i npm
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.
npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated mkdirp@0.3.0: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated mkdirp@0.5.1: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated coffee-script@1.3.3: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated vscode@0.10.7: This package is deprecated in favor of @types/vscode and vscode-test. For more information please read: https://code.visualstudio.com/updates/v1_36#_splitting-vscode-package-into-typesvscode-and-vscodetest
npm ERR! code 1
npm ERR! path /Users/abhishek/.vscode/extensions/anseki.vscode-color-0.4.5/node_modules/electron-prebuilt
npm ERR! command failed
npm ERR! command sh -c node install.js
Downloading electron-v0.37.3-darwin-arm64.zip
npm ERR! Error: GET https://github.com/electron/electron/releases/download/v0.37.3/electron-v0.37.3-darwin-arm64.zip returned 404
npm ERR! /Users/abhishek/.vscode/extensions/anseki.vscode-color-0.4.5/node_modules/electron-prebuilt/install.js:22
npm ERR! throw err
npm ERR! ^
npm ERR!
npm ERR! Error: Failed to find Electron v0.37.3 for darwin-arm64 at https://github.com/electron/electron/releases/download/v0.37.3/electron-v0.37.3-darwin-arm64.zip
npm ERR! at Request.<anonymous> (/Users/abhishek/.vscode/extensions/anseki.vscode-color-0.4.5/node_modules/nugget/index.js:170:61)
npm ERR! at Request.emit (node:events:526:28)
npm ERR! at Request.onRequestResponse (/Users/abhishek/.vscode/extensions/anseki.vscode-color-0.4.5/node_modules/request/request.js:1059:10)
npm ERR! at ClientRequest.emit (node:events:526:28)
npm ERR! at HTTPParser.parserOnIncomingClient [as onIncoming] (node:_http_client:618:27)
npm ERR! at HTTPParser.parserOnHeadersComplete (node:_http_common:128:17)
npm ERR! at TLSSocket.socketOnData (node:_http_client:482:22)
npm ERR! at TLSSocket.emit (node:events:526:28)
npm ERR! at addChunk (node:internal/streams/readable:324:12)
npm ERR! at readableAddChunk (node:internal/streams/readable:297:9)
npm ERR!
npm ERR! Node.js v17.5.0
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/abhishek/.npm/_logs/2022-02-17T10_05_11_736Z-debug-0.log
Hi @Abhishek12345679, thank you for the comment. Unfortunately, it seems that the old version of Electron that the extension uses was removed from the repository. I welcome information about any archived files.
I'm sorry but what do you mean by archived files, so that i can look for them.
We can't download the removed file. Then, I think that someone might know the file at another URL.
ok yeah i will try to find that out.
I think that the extension has already finished its part since VS Code supported internal color picker. Then, I recommend using the internal color picker instead.
:smile:
Thank you for your extension, anseki <3.
Can you tell me, how can i turn on the in-built color picker, i haven't been able to find it.
Looks like it work for css, but not for TS. Is that a thing?
Sorry, this is a repository of the extension. Could you ask that to VS Code team? https://github.com/Microsoft/vscode/issues
Thanks !! I'll do that.
:smile: Could you close this issue?
node -v
):npm -v
):Steps to Reproduce:
cd ~/.vscode/extensions/anseki.vscode-color-0.4.5
npm i npm
Log (All lines): (Click menu of VS Code "Help > Toggle Developer Tools", and click "Console" tab)