We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61bd0bf commit 704ac41Copy full SHA for 704ac41
build-app.md
@@ -38,7 +38,7 @@ sudo apt-get install gcc g++ make
38
```
39
You need `node v19`, and `npm v8` for this project, it's required to set up the npm workspaces. So you have to upgrade npm:
40
41
-sudo npm update npm
+sudo npm install -g npm@latest
42
43
44
### Setup the required binary
0 commit comments