-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm doctor wants latest node #145
Comments
This may be irrelevant now since switching to pnpm since that is our package manager. |
Workaround provided if interested: npm/cli#5888 |
I had been noticing some other permissions issues flagged by this tool in past and am unsure if it has to do w/ not following the guidance mentioned in npm/rfcs#653:
We do not currently install globally-installed package managers using sudo, see: |
as it turns out, |
Running the command
npm doctor
helps to diagnose several problems often faced by package repos organized like this one.Two things it looks at currently cause their checks to fail:
node
npm
We fail these since we have been sticking to Gallium 16.x LTS.
The text was updated successfully, but these errors were encountered: