Unable to run turborepo on a vm

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

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?

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

that the only screenshoot i can provide. it seems turbo is not installed using vsCode terminal, with this command npm install turbo --global

npm install turbo --global it show 2 package changed. but now package added in package.json file

hey, I managed to record screen, check the video via the this link turbo-record-errors.mp4