mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 00:45:19 +00:00
Update Building-Fleet.md (#14761)
Fixing build instructions for Ubuntu as the previous instructions install an incompatible version of npm / nodejs
This commit is contained in:
parent
2cc20ab259
commit
93a4e9cc2b
@ -35,6 +35,10 @@ Install dependencies:
|
||||
```sh
|
||||
sudo apt-get install -y git golang make nodejs npm
|
||||
sudo npm install -g yarn
|
||||
# Install nvm to manage node versions (apt very out of date) https://github.com/nvm-sh/nvm#install--update-script
|
||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
|
||||
# refresh your session before continuing
|
||||
nvm install v19.7.0
|
||||
```
|
||||
|
||||
#### Windows
|
||||
|
Loading…
Reference in New Issue
Block a user