kayp514
(Kayp514)
January 27, 2025, 9:06pm
1
Hello,
I run the below on a vm which I use on dev. shows it is installed successfully.
npm install turbo --save-dev
added 2 packages, and audited 351 packages in 7s
46 packages are looking for funding
run npm fund
for details
but, turbo login returns nothing, turbo build returns nothing as well. is it something know ?
Have you installed turbo
globally on the machine? Installation | Turborepo
kayp514
(Kayp514)
January 27, 2025, 9:41pm
3
yes, it is installed globally. still nothing changes.
npm install turbo --global
changed 2 packages in 2s
Have you confirmed the output of which turbo
? And checked that turbo
is on PATH?
kayp514
(Kayp514)
January 27, 2025, 10:05pm
5
turbo command returns empty on the vm. how do we check for the turbo version? usually on my local pc, i run turbo command which returns the version.
Do you have a screenshot or something else you could share? With this information, this ultimately doesn’t sound like an issue with Turborepo itself, but with the VM or installation.
1 Like
kayp514
(Kayp514)
January 29, 2025, 5:03am
7
that the only screenshoot i can provide. it seems turbo is not installed using vsCode terminal, with this command npm install turbo --global
kayp514
(Kayp514)
January 29, 2025, 5:03am
8
npm install turbo --global it show 2 package changed. but now package added in package.json file
kayp514
(Kayp514)
January 31, 2025, 5:22am
9
hey, I managed to record screen, check the video via the this link turbo-record-errors.mp4