I am trying to add a .env file with the text "SKIP_PREFLIGHT_CHECK=true" but I'm not exactly sure how to go about this. Can someone please help me out with this?
PS: I'm a complete beginner to React development, npm and everything else.
I am trying to add a .env file with the text "SKIP_PREFLIGHT_CHECK=true" but I'm not exactly sure how to go about this. Can someone please help me out with this?
PS: I'm a complete beginner to React development, npm and everything else.
Your .env
file contents is fine - but your file isn't actually named .env
- you have file-extensions disabled so you can't see that it's real name is .env.txt
. You need to remove the .txt
part.
Change your explorer settings to file all file extensions and then remove it using F2.