dva项目启动问题

mac2022-06-30  26

启动项目出现报错

  npm start   

1. Failed to start the server, since you have enabled dllPlugin, but have not run `roadhog buildDll` before `roadhog server`.

解决方案:

键入命令: roadhog buildDll

启动服务: roadhog server

启动项目: npm start

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

转载于:https://www.cnblogs.com/mabylove/p/7280568.html

最新回复(0)