Skip to content
Snippets Groups Projects
Commit 91ee83e0 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[ivette] fix install instructions

parent 2354fd77
No related branches found
No related tags found
No related merge requests found
...@@ -33,13 +33,13 @@ PWD=`pwd` ...@@ -33,13 +33,13 @@ PWD=`pwd`
function InstallHelp() function InstallHelp()
{ {
echo "Ivette Requirements:" echo "Ivette Requirements:"
echo " - node v16.* (not v17 and higher)" echo " - node v16"
echo " - yarn v1.0+ (higher is ok)" echo " - yarn (any version)"
echo "Recommanded Installation:" echo "Recommanded Installation:"
echo " - install nvm (https://github.com/nvm-sh/nvm)" echo " - install nvm (https://github.com/nvm-sh/nvm)"
echo " - run `nvm use 16`" echo " - run 'nvm use 16'"
echo " - run `npm install --global yarn`" echo " - run 'npm install --global yarn'"
echo " - run `ivette`" echo " - run 'ivette'"
} }
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
......
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