Skip to content

Unable to build VSC inside devcontainer (wrong Node version) #128408

@shomeier

Description

@shomeier
  • VS Code Version: 1.58.0 (commit: 2d23c42)
  • OS Version: 11.4

Steps to Reproduce:

  1. Select command Remote-Containers: Clone Repository in Container Volume....
  2. Enter git url: https://github.com/microsoft/vscode
  3. In local VS Code client connected to the devcontainer enter yarn install
    Result:
node ➜ /workspaces/vscode (main) $ yarn install
yarn install v1.22.5
$ node build/npm/preinstall.js
*** Please use node.js versions >=14 and <=17.

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

I guess the devcontainer image is not yet updated to Node 14.

Metadata

Metadata

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