wix-incubator / vscode-glean

The extension provides refactoring tools for your React codebase
MIT License
1.46k stars 56 forks source link

npm install command not working after cloning repo #159

Open tieje opened 2 years ago

tieje commented 2 years ago

`~/Documents/vscode-glean master ❯ npm install

glean@4.8.0 postinstall node ./node_modules/vscode/bin/install

Detected VS Code engine version: ^1.23.0 Error installing vscode.d.ts: Error: Request returned status code: 404 Details: <!DOCTYPE html>

Error
Cannot GET /api/releases/stable

npm ERR! code 1 npm ERR! path /Users/thomasfrancis/Documents/vscode-glean npm ERR! command failed npm ERR! command sh -c node ./node_modules/vscode/bin/install

npm ERR! A complete log of this run can be found in: npm ERR! /Users/thomasfrancis/.npm/_logs/2022-03-23T15_05_10_267Z-debug.log`

Log

2580│ 2577 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
2581│ 2578 verbose node v14.16.0
2582│ 2579 verbose npm v7.10.0
2583│ 2580 error code 1
2584│ 2581 error path /Users/thomasfrancis/Documents/vscode-glean
2585│ 2582 error command failed
2586│ 2583 error command sh -c node ./node_modules/vscode/bin/install
2587│ 2584 verbose exit 1