Skip to content

Instantly share code, notes, and snippets.

@benpoorker
Created February 11, 2022 21:17
Show Gist options
  • Save benpoorker/776ce92ca08ce4bb48e8d4f1f93e387f to your computer and use it in GitHub Desktop.
Save benpoorker/776ce92ca08ce4bb48e8d4f1f93e387f to your computer and use it in GitHub Desktop.
Locate npmrc files

Command

npm config ls -l | grep config

Sample Output

; cli configs  
; userconfig /home/ubuntu/.npmrc   
globalconfig = "/data/storage/node-v0.8.8-linux-x64/etc/npmrc"   
userconfig = "/home/ubuntu/.npmrc"  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment