Öffentliche API zur MathCoach-IDE
Hong-Phuc Bui
2023-05-19 7d42ee4e11239e9ec8d7740c9f91640fefa4c16f
add script to remove all npm cache
1 files added
8 ■■■■■ changed files
invalide-npm-cache.sh 8 ●●●●● patch | view | raw | blame | history
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