mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +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
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue