-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
kind: bugSomething isn't workingSomething isn't working
Description
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
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
Metadata
Metadata
Assignees
Labels
kind: bugSomething isn't workingSomething isn't working