Skip to content
Snippets Groups Projects
Commit 796c4f12 authored by Josef Olsson's avatar Josef Olsson
Browse files

Possible fix to a client error

parent 080754a1
No related branches found
No related tags found
No related merge requests found
Pipeline #48116 failed
......@@ -20,3 +20,9 @@ You should now be ready to start the client.
Try it by running `npm run start`.
A web page should open where you can see the [login page](../user_manual/login.md).
If you are using VS Code you can also start the client with the [task](../development/vscode.md) `start client`.
## If there are any errors, please try this.
```
npm rm react react-dom
npm i -s react react-dom
```
\ No newline at end of file
......@@ -39,6 +39,10 @@ Set-ExecutionPolicy Unrestricted -Scope Process
# Install all the required packages into your virtual environment.
pip install -r requirements.txt
# If there are any errors, please try this.
npm rm react react-dom
npm i -s react react-dom
```
### Linux(Ubuntu)
......
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