Skip to content

Instantly share code, notes, and snippets.

@VoloshchenkoAl
Created May 5, 2018 06:27
Show Gist options
  • Save VoloshchenkoAl/1681745cac580750591e7e89f274b4ca to your computer and use it in GitHub Desktop.
Save VoloshchenkoAl/1681745cac580750591e7e89f274b4ca to your computer and use it in GitHub Desktop.
1. Set to default registry:
npm set registry https://registry.npmjs.org/
2. Unpublish package (force)
npm unpublish[<@scope>/]<pkg>[@<version>]
2.1. Force
npm unpublish <pkg> --force
3. Recompile C++ addons (if install new version of nodejs)+
npm rebuild [[<@scope>/<name>]...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment