elmadev / elmaonline-web

🍎 React frontend for elmaonline site
https://elma.online
4 stars 4 forks source link

Installation Readme updates maybe #237

Open j-masci opened 4 months ago

j-masci commented 4 months ago

I ran into some issues, despite using node 16.15.0 (via nvm.. on windows) and yarn 3.x as stated in readme.

ChatGPT was helpful... to solve I just had to install node-fetch globally, and then re-install yarn.

npm install -g node-fetch
npm install -g yarn
yarn
yarn start
j-masci commented 4 months ago

ok i put this into wrong repo, meant for elmaonline-site