You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The help for ~/.npm/ says to add lines to your npmrc, but if you don't have one then you might naively created it at ~/.npmrc and then have to run another round of xdg-ninja to get the instructions for exporting NPM_CONFIG_USERCONFIG and moving it.
I propose that the .npmrc instructions should be included along with the .npm instructions if ~.npmrc and $NPM_CONFIG_USERCONFIG both don't exist.
The text was updated successfully, but these errors were encountered:
The help for
~/.npm/
says to add lines to your npmrc, but if you don't have one then you might naively created it at~/.npmrc
and then have to run another round ofxdg-ninja
to get the instructions for exporting NPM_CONFIG_USERCONFIG and moving it.I propose that the
.npmrc
instructions should be included along with the.npm
instructions if~.npmrc
and$NPM_CONFIG_USERCONFIG
both don't exist.The text was updated successfully, but these errors were encountered: