淡淡烟草味2017-07-05 10:59:38
npm install --save-dev cross-env
然后在package.json中添加cross-env,例如下面的形式
"dev": "cross-env TARGET=web-full-dev ……"
phpcn_u15822017-07-05 10:59:38
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.