mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-11 04:22:13 +00:00
299 B
299 B
Missing Env Key and Value
Why This Error Occurred
You specified the --env or -e flag and didn't add a name and value for the environment variable.
Possible Ways to Fix It
Make sure to set the name and value of the variable like this:
vercel -e VARIABLE_NAME="VALUE"