Skip to content
Snippets Groups Projects
Commit d63fac15 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

install yarn

parent 1ff97957
No related branches found
No related tags found
No related merge requests found
...@@ -135,6 +135,7 @@ DUNITER_UI_VER="1.6.x" ...@@ -135,6 +135,7 @@ DUNITER_UI_VER="1.6.x"
nvm install ${NVER} || exit 1 nvm install ${NVER} || exit 1
nvm use ${NVER} || exit 1 nvm use ${NVER} || exit 1
install_yarn
yarn global node-pre-gyp || exit 1 yarn global node-pre-gyp || exit 1
yarn global nw-gyp || exit 1 yarn global nw-gyp || exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment