Skip to content
Snippets Groups Projects
Commit 83b17b4b authored by Reinder Kraaij's avatar Reinder Kraaij :eye:
Browse files

Fix broken npm + update readme

parent 3085b96a
No related branches found
No related tags found
No related merge requests found
...@@ -88,6 +88,18 @@ npm install ...@@ -88,6 +88,18 @@ npm install
npm start npm start
``` ```
### npm version fixing on main branche directly (Superb mode)
```
cd <you_lofar_source_tree_root>/SAS/TMSS/frontend/tmss_webapp
rm -r -f node_modules folder
rm -f package-lock.json
npm install
```
then to verify
```
npm ci
```
Then check it in
### Available Scripts ### Available Scripts
Run npm install command to download and install all required modules/packages into node_modules folder. Run npm install command to download and install all required modules/packages into node_modules folder.
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment