Skip to content

Instantly share code, notes, and snippets.

@udnaan
Created January 26, 2021 09:21
Show Gist options
  • Save udnaan/51017d2ce7e808894bdada1454815cf5 to your computer and use it in GitHub Desktop.
Save udnaan/51017d2ce7e808894bdada1454815cf5 to your computer and use it in GitHub Desktop.
Remove metrics package from atom complete
1. sudo rm -rf /usr/share/atom/resources/app/apm/node_modules/npm/lib/utils/metrics*
2. sudo vi `/usr/share/atom/resources/app/apm/node_modules/npm/lib/npm.js`
3. Remove the line that requires 'metrics' package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment