Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
OS/Web Information
- Web Browser: n/a
- Local OS: n/a
- Remote OS: n/a
- Remote Architecture: n/a
code-server --version
: development
Steps to Reproduce
yarn build release
- Uninstall yarn
cd release && npm install
Expected
Install completes successfully.
Actual
Although I have not actually done this (uninstalling yarn is a pain), the postinstall script uses yarn so it will probably error that yarn cannot be found.
Logs
No response
Screenshot/Video
No response
Does this issue happen in VS Code?
- I cannot reproduce this in VS Code.
Are you accessing code-server over HTTPS?
- I am using HTTPS.
Notes
To fix:
- Replace
yarn
withnpm
innpm-postinstall.sh
- Generate shrinkwrap files for:
lib/vscode/package.json
lib/vscode/extensions/package.json