javascript - Error when running the command of vue source code
伊谢尔伦
伊谢尔伦 2017-07-05 10:57:38
0
3
711

As shown:

伊谢尔伦
伊谢尔伦

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

reply all(3)
淡淡烟草味
npm install --save-dev cross-env

然后在package.json中添加cross-env,例如下面的形式

"dev": "cross-env TARGET=web-full-dev ……"
phpcn_u1582

The error message indicates that there is a problem with the environment variables, and the TARGET variable is not set correctly. You can try running this command in Git bash.

大家讲道理

You may need to add the target command to the basic command

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!