Skip to content

[BUG] npm client install error installing vscode.d.ts #15

Open
@Efratror

Description

@Efratror

Bug:

The npm client install command crashes due to an error while installing vscode.d.ts. Also the setup was a bit tedious due to missing a few required packages for Ubuntu.

Detected VS Code engine version: ^1.23.0
Error installing vscode.d.ts: Error: Request returned status code: 404
Details: <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Cannot GET /api/releases/stable</pre>
</body>
</html>

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! processing-lsp-client@0.0.1 postinstall: `vscode-install`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the processing-lsp-client@0.0.1 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

Possible solution

Add a "Linux/Ubuntu" section to Setup.md. And change the package-lock.json from the client. to an update vscode package (1.1.37) which runs fine on my Ubuntu VM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions