You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current Front-end README file mentions the use of nvm (node version manager), but does not mention the need for yvm (yarn version manager). According to @Luke-Sikina, the following instructions are first needed to get things running:
yvm use 1.21.1
nvm use 8.12.0
then:
export BRANCH_ENV=master
yarn install --frozen-lockfile
yarn run buildDLL:dev
yarn run start
The current Front-end README file mentions the use of nvm (node version manager), but does not mention the need for yvm (yarn version manager). According to @Luke-Sikina, the following instructions are first needed to get things running:
then:
If @alisman agrees, I can try to update the docs.
The text was updated successfully, but these errors were encountered: