Skip to content
Snippets Groups Projects
Unverified Commit 920f5ac6 authored by Benjamin Wheeler's avatar Benjamin Wheeler Committed by GitHub
Browse files

Merge pull request #5996 from benjiwheeler/readme-troubleshooting

add troubleshooting section to README
parents fe067ea7 89d91c18
No related merge requests found
......@@ -191,6 +191,13 @@ npm install --no-optional --save-dev react-responsive@^5.0.0
Further reading: [Stack Overflow](https://stackoverflow.com/questions/46602286/npm-requires-a-peer-of-but-all-peers-are-in-package-json-and-node-modules)
## Troubleshooting
If you run into npm install errors, try these steps:
1. run `npm cache clean --force`
2. Delete the node_modules directory
3. Delete package-lock.json
4. run `npm install` again
## Publishing to GitHub Pages
You can publish the GUI to github.io so that others on the Internet can view it.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment