Skip to content
New issue

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

Cannot install the package using node v16 #766

Closed
explorador opened this issue Feb 21, 2022 · 0 comments · Fixed by #778
Closed

Cannot install the package using node v16 #766

explorador opened this issue Feb 21, 2022 · 0 comments · Fixed by #778
Labels
kind: bug Something isn't working

Comments

@explorador
Copy link

explorador commented Feb 21, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants