Replies: 1 comment 2 replies
-
I just tried out
This is likely the background daemon still running (as expected). It stays on until it hits its timeout, since we don't know when you've decided you're done running |
Beta Was this translation helpful? Give feedback.
-
Summary
When I execute
npm ci -ws
just to test if all packages are properly installed, theturbo
command doesn't get installed alongside all the other packages (that do get properly installed).So after this command I can't do
npm run build
which on its turn callsturbo build
:(that's the Microsoft way of saying a command doesn't exist)
I have to do an additional
npm i
in order to get turbo to work again. And I wonder why that is. Is this intentional / by design? Who's design would it be anyway, because it may just as well be a quirk of npm, not turbo. I have no idea, so I'm starting here.I'm on Node.js 20.18 and npm 10.9.1. I should also mention that I don't have turbo installed globally; never have, never will.
I'm just starting a discussion instead of a bug report, because for one I'm not sure if it's a turbo bug or an npm bug. And secondly the bug report template demands a link to a repro repo, which is pretty well irrelevant, iyam.
Additionally, the
npm ci
command sometimes complains that it can't unlinkturbo.exe
from somewhere deep within the node_modules directory. This is because aturbo.exe
process remains running on my pc, even though it had finished doing its thing long ago. This feels like a bug as well, that also can't be reproduced by just linking to an existing turbo repo - you need to be on Windows, for starters, and whichever repo you're on, doesn't even matter at all as long as it's a turbo repo.Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions