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)
217
216
218
-
## Troubleshooting
219
-
220
-
If you run into npm install errors, try these steps:
221
-
222
-
1. run `npm cache clean --force`
223
-
2. Delete the node_modules directory
224
-
3. Delete package-lock.json
225
-
4. run `npm install` again
226
-
227
217
## Publishing to GitHub Pages
228
218
229
219
You can publish the GUI to github.io so that others on the Internet can view it.
0 commit comments