Detect the node.js environment

Detect whether the environment variable of node.js has been configured successfully

test_node

In the directory where the install.sh script is stored, right-click git bash and run the following command:

source install.sh test_node

The environment variable is configured successfully if the picture appears(the version number and successful prompt indicates successful configuration)

If you are concurrent with an existing version number and it appears with a red error message, you may need to manually configure the environment variable for node.js, or reinstall node.js and check Add to PATH

Last updated