-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Hi all,
following the tutorial on how to install web-app depedency on github, I got the following error:
Config file .env
REACT_APP_ENV=development
REACT_APP_API_BASE_URL=https://nginx-host
REACT_APP_CLIENT_ID=web-app
REACT_APP_CLIENT_SECRET=get-web-app-client-secrent-in-keycloak
REACT_APP_TITLE=KuteDAX
REACT_APP_DESCRIPTION_CONTENT=Digital Assets and Exchange
REACT_APP_LOGIN_CLIENT_ID=admin-cli
REACT_APP_MULTI_LANGS_SUPPORT=TRUE
REACT_APP_PRELOAD_LANG=en
REACT_APP_LANGS_SUPPORT=[en]
REACT_APP_DEFAULT_THEME=DARK
REACT_APP_SYSTEM_EMAIL_ADDRESS=my@emailhere.com
REACT_APP_REFERENCE_FIAT_CURRENCY=IDR
REACT_APP_CALENDAR_TYPE =Jalali
root@www:~/opex/web-app# pwd
/root/opex/web-app
root@www:~/opex/web-app# yarn install
00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install'
root@www:~/opex/web-app# yarn run build
00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'run'
is there a step I missed or is there a wrong config?
please advise.
Thank you