mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-21 16:41:03 +00:00
macos: appdmg is not compatible with node v23.1.0
Use last working version v20
This commit is contained in:
parent
77aa251ccf
commit
c236903665
1 changed files with 5 additions and 1 deletions
|
@ -18,12 +18,16 @@ echo 'export PATH="/opt/homebrew/opt/m4/bin:$PATH"' >> ~/.zshrc
|
||||||
|
|
||||||
brew install bash
|
brew install bash
|
||||||
|
|
||||||
bash -c "$(curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh)"
|
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
|
||||||
|
|
||||||
source ~/.nvm/nvm.sh
|
source ~/.nvm/nvm.sh
|
||||||
|
|
||||||
nvm install node
|
nvm install node
|
||||||
|
|
||||||
|
nvm install 20
|
||||||
|
|
||||||
|
nvm alias default 20
|
||||||
|
|
||||||
nvm install-latest-npm
|
nvm install-latest-npm
|
||||||
|
|
||||||
npm install -g appdmg
|
npm install -g appdmg
|
||||||
|
|
Loading…
Reference in a new issue