javascript - vue environment setup problem
伊谢尔伦
伊谢尔伦 2017-05-16 13:38:47
0
3
529

What is the reason for this error

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(3)
PHPzhong

Enter
path
in the command line and see if the printed path ends with nodejs. Check if there is npm.cmd in this folder

If you enter node, it can run
At the same time, there is npm.cmd in the node.exe folder, but it is still not allowed

If that doesn’t work, manually configure the node.js environment variables

Ty80

The problem of not configuring environment variables.
Open your command line, enter path, see if it is there, and install the node and npm variables. If it is loaded, the display should look like this, as shown in the picture.

If not, find your node and npm installation paths and add the environment variables. Under normal circumstances, environment variables will be automatically added after node is installed, and npm will also be automatically installed and environment variables will be added. Maybe when you installed node, you changed a certain step yourself, and it was not all the way to next.

世界只因有你

Environment variable configuration problem

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!