mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 21:07:46 +00:00
* Added two example error links * More messages added * Even more cool stuff * Removed useless assignments * Weird stuff removed * Fixed exiting * Added missing space * Added another error message
373 B
373 B
Missing --dotenv Target
Why This Error Occurred
You specified a path as the value for the --dotenv flag, but the target of the path doesn't exist.
Possible Ways to Fix It
Make sure the target file you've specified exists and is readable by Now CLI. In addition, please ensure that the filename starts with a dot (example: .env) - then it should work.