Skip to content

WARNING No locally installed turbo found. Using version: 2.2.3. #NPM #9385

Closed Answered by anthonyshew
AbhyArya20 asked this question in Help
Discussion options

You must be logged in to vote

The warning is to inform you when the version of turbo meant for your repository hasn't been installed yet by your package manager. This is important to know in cases where a mismatch in global vs. local versions could cause errors. For instance, if you install a different major version.

In this case, turbo prune is being ran from the global scope (--global), so it's not coming from the node_modules of your repository, so the warning is trying to tell you ahead of time of the possibility of a problematic mismatch in the future.

If you'd prefer to suppress the warning, you can use the TURBO_GLOBAL_WARNING_DISABLED System Environment Variable can suppress the warning if you want to accept t…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by anthonyshew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants