- VS Code Version: 1.58.0 (commit: 2d23c42)
- OS Version: 11.4
Steps to Reproduce:
- Select command Remote-Containers: Clone Repository in Container Volume....
- Enter git url: https://github.com/microsoft/vscode
- 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.