Open j-masci opened 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
ok i put this into wrong repo, meant for elmaonline-site
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.