npm i turbo not work #10652
npm i turbo not work
#10652
-
SummaryI want to install turbo for using OpenCut but dont working Additional informationE:\Download Twp\OpenCut>npm i turbo
npm warn Unknown project config "node-linker". This will stop working in the next major version of npm.
npm error code EUNSUPPORTEDPROTOCOL
npm error Unsupported URL Type "workspace:": workspace:*
npm error A complete log of this run can be found in: C:\Users\bruck\AppData\Local\npm-cache\_logs\2025-07-09T11_55_34_730Z-debug-0.log ExampleNo response |
Beta Was this translation helpful? Give feedback.
Answered by
anthonyshew
Jul 15, 2025
Replies: 1 comment
-
It looks like you're trying to use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
anthonyshew
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like you're trying to use
workspace:*
with npm as your package manager. npm is unable to useworkspace:*
. You'll need to use*
instead.