Files
vercel/errors/missing-dotenv-target.md
Leo Lamprecht 2a0d4555dc Added links to the errors (#869)
* 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
2017-09-17 17:24:22 +02:00

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.