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
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
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
237
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
238
## Publishing to GitHub Pages
228
239
229
240
You can publish the GUI to github.io so that others on the Internet can view it.
0 commit comments