I installed the Node, created the environment variable ( NODE_ENV
) value development.
When I installed and configured, I printed a arquivo.js
with hellow world and it worked.
Today, I want to start the server, but I can not. I already set set node_env
and the environment variable is ok.
I already typed in the terminal node -v
, but it does not show the version, Windows does not recognize this command.
How do I start and keep the Node server running?