We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cecda1 commit a42bc2eCopy full SHA for a42bc2e
docs/develop.md
@@ -23,6 +23,7 @@ clasp <command>
23
If you're seeing build errors, try deleting `node_modules` and building `clasp` from scratch:
24
25
```sh
26
+sudo rm package-lock.json
27
sudo rm -rf node_modules/
28
sudo npm run build-fresh
29
```
0 commit comments