vue-drag-resize icon indicating copy to clipboard operation
vue-drag-resize copied to clipboard

代码无法运行

Open ZhangJG2019 opened this issue 4 years ago • 4 comments

请问大佬,我clone你的项目后,运行npm install以后,然后在运行npm run start,项目报错,跑不起来是什么回事?

ZhangJG2019 avatar Sep 23 '20 09:09 ZhangJG2019

解决了吗 朋友

Reviewlike avatar Nov 05 '20 07:11 Reviewlike

有人解决了吗

gaoshuaisix avatar Apr 07 '21 02:04 gaoshuaisix

还没人解决嘛

qlsjj avatar Apr 15 '21 07:04 qlsjj

this problem is caused by cross-env, try to add "cross-env":"^5.2.1" in devDependencies then change the scripts "start": "cross-env NODE_ENV=develop webpack-dev-server -d" 这个问题可能是cross-env啥的导致的,试试看在package.json的devDependencies里加cross-env,然后把scripts里的start改成上面那行的样子

pinkcao avatar Apr 16 '21 07:04 pinkcao