add script to remove all npm cache
invalide-npm-cache.sh New file @@ -0,0 +1,8 @@ #!/bin/bash npm cache clean --force npm cache verify rm -rf node_modules rm -rf ~/.npm rm -rf ~/.cache/node_gyp rm package-lock.json