You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Further reading: [Stack Overflow](https://stackoverflow.com/questions/46602286/npm-requires-a-peer-of-but-all-peers-are-in-package-json-and-node-modules)
193
193
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
194
201
195
202
## Publishing to GitHub Pages
196
203
You can publish the GUI to github.io so that others on the Internet can view it.
0 commit comments