diff options
Diffstat (limited to 'npm-uninstall.txt')
-rw-r--r-- | npm-uninstall.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npm-uninstall.txt b/npm-uninstall.txt new file mode 100644 index 0000000..f4523fb --- /dev/null +++ b/npm-uninstall.txt @@ -0,0 +1,6 @@ +npm --no-progress --no-update-notifier \ + --audit false uninstall \ + --ignore-scripts --package-lock-only \ + --package-lock-version=3 \ + --registry=http://localhost:8080 \ + Experiment-Dummy-Package-To-Delete |