python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Issue with .env being undefinde when using create react app --template typescript?
I am having an issue defining env file in react app using the npx create-react-app my-app --template typescript, below are all the needed info on how the structure is shouldn't the env file work right...

Richardson
Votes: 0
Answers: 1
`npx create-react-app` says it requires "Node 14 or higher" but I'm running 17.4.0. How can I fix this?
I'm trying to start a new React project on my Mac (running Mojave 10.14.5).
In VS Code's Terminal I ran npx create-react-app my-app and got a message saying that my version of Node was out of date. I ...

MeltingDog
Votes: 0
Answers: 1
CRA 5 upgraded to Webpack 5. How does it help using Webpack Module Federation with CRA without ejecting?
Module Federation requires Webpack 5.
The new Create React App (CRA) v5 released last December was upgraded to Webpack 5.
How does it help using Webpack Module Federation with CRA without ejecting?
An...
PedroF
Votes: 0
Answers: 1
Deploying a static site built from Create React App on Elastic Beanstalk
Edit
Ok so I changed the run command to ls -la && serve -s build to make sure the build folder exists, and it turns out the folder doesn't exist and that's obviously why it was failing to serv...

jshji
Votes: 0
Answers: 1