csepulv / electron-with-create-react-app

Sample Electron application using create-react-app
MIT License
831 stars 217 forks source link

env file not found #15

Closed amorenew closed 4 years ago

amorenew commented 6 years ago

I wonder if env file not found is normal or I follow wrong steps?

image

csepulv commented 6 years ago

It is normal; it is just a warning. You can create am empty .env. file in the directory to remove the warning.