Windows环境下运行npm run dev时报错的解决办法(v2.1)
打开package.json文件,把dev行改成这样:
“dev”: “.\node_modules\.bin\wepy build –watch”,
就可以了。