Skip to content

Commit 89d91c1

Browse files
committed
add troubleshooting section to README
1 parent 8166488 commit 89d91c1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,13 @@ npm install --no-optional --save-dev react-responsive@^5.0.0
191191

192192
Further reading: [Stack Overflow](https://stackoverflow.com/questions/46602286/npm-requires-a-peer-of-but-all-peers-are-in-package-json-and-node-modules)
193193

194+
## Troubleshooting
195+
196+
If you run into npm install errors, try these steps:
197+
1. run `npm cache clean --force`
198+
2. Delete the node_modules directory
199+
3. Delete package-lock.json
200+
4. run `npm install` again
194201

195202
## Publishing to GitHub Pages
196203
You can publish the GUI to github.io so that others on the Internet can view it.

0 commit comments

Comments
 (0)