Use echo $NODE_ENV
. The command line is a shell, probably bash and that’s the bash syntax to print the value of an environment variable.
Use echo $NODE_ENV
. The command line is a shell, probably bash and that’s the bash syntax to print the value of an environment variable.