quickapp_gank icon indicating copy to clipboard operation
quickapp_gank copied to clipboard

window端拉取你的项目,不能正常启动

Open keenjaan opened this issue 7 years ago • 1 comments
trafficstars

如题:拉取项目后,npm i 后,执行npm run watch,报错,找不到node_modules中的webpack.config.js。 重新再本地初始化一个项目,把你的资源文件拷贝进去就能正常运行

keenjaan avatar Mar 24 '18 03:03 keenjaan

这个是快应用工程常遇到的一个问题,,要执行一次 hap update --force ,然后在npm run build就可以了。

ColorfulCat avatar Mar 24 '18 04:03 ColorfulCat