Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 522 Bytes

troubleshooting.md

File metadata and controls

27 lines (15 loc) · 522 Bytes

Potential issues you might encounter & how to solve them

Running UI

If you are running the UI and encounter the following error:

npm start

> [email protected] start
> react-scripts start

sh: react-scripts: command not found

To resolve the above error, run: npm install react-scripts

If you see:

❌  error validating resources path ["../../resources"] : stat ../../resources: no such file or directory

Then, make sure you are running the command in the correct directory for the code to run.