Closed Roc25 closed 6 months ago
I wanted to try running the application locally on my computer, but it keeps giving me errors. I don’t know how React or NodeJS works, but I want to know how to run it all
NodeJS version is 18.20.2
Installing all dependencies
Try to run
Try to run after npm audit fix --force
npm audit fix --force
try node 16 lts
Working with node 16, thx
I wanted to try running the application locally on my computer, but it keeps giving me errors. I don’t know how React or NodeJS works, but I want to know how to run it all
NodeJS version is 18.20.2
Installing all dependencies
Try to run
Try to run after
npm audit fix --force