Öffentliche API zur MathCoach-IDE
Hong-Phuc Bui
2023-05-19 ca3a0e0b81001f03a2988663fc194673099b9424
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