Öffentliche API zur MathCoach-IDE
Hong-Phuc Bui
2024-09-23 9af05c2493fa92fd2f5ed397c13fa798b68ec5a0
1
2
3
4
5
6
7
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