open-react-template
open-react-template copied to clipboard
Hello, which node.js version are you using in the project?
Hello, good morning. Which version of node js are you currently using in the project? i tried to install it with npm and with yarn and it was impossible, gave me tons of errors. I was using v16.13.0
Found that the error was an incompatibility between the jest versions, i was able to start the app by adding this to the a .env file in the root dir
SKIP_PREFLIGHT_CHECK=true
Btw, i don't believe this is a correct solution, maybe you should add the version of jest in the package.json
It will run on node version 10.24.1 without facing any problems
I recommend node 14