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:
- running latest LTS version of
node
- running latest GA version of
npm
We fail these since we have been sticking to Gallium 16.x LTS.
Running the command
npm doctorhelps to diagnose several problems often faced by package repos organized like this one.Two things it looks at currently cause their checks to fail:
nodenpmWe fail these since we have been sticking to Gallium 16.x LTS.