We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.1.2
npm
Linux
Can't install turbo repo using node v16 Bug was fixed already in esbuild
Comment that explains the fix
Turbo uses the node-install.ts script from esbuild, this is the commit that fixed it
This is what needs to be updated https://github.com/vercel/turborepo/blob/main/cli/npm/turbo-install/install.js#L22-L35
Should be able to install package
Ubuntu 20.04.3 LTS node: v16.12.0 npm: 8.1.0
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What version of Turborepo are you using?
1.1.2
What package manager are you using / does the bug impact?
npm
What operating system are you using?
Linux
Describe the Bug
Can't install turbo repo using node v16
Bug was fixed already in esbuild
Comment that explains the fix
Turbo uses the node-install.ts script from esbuild, this is the commit that fixed it
This is what needs to be updated
https://github.com/vercel/turborepo/blob/main/cli/npm/turbo-install/install.js#L22-L35
Expected Behavior
Should be able to install package
To Reproduce
Ubuntu 20.04.3 LTS
node: v16.12.0
npm: 8.1.0
The text was updated successfully, but these errors were encountered: