fis3 release -wL 報錯
fis3 release -wL 報錯 :使用了L之后報錯 ,求大神指點
(node:11620) DeprecationWarning: process.EventEmitter is deprecated. Use require('events') instead.
fis3 release -wL 報錯 :使用了L之后報錯 ,求大神指點
(node:11620) DeprecationWarning: process.EventEmitter is deprecated. Use require('events') instead.
2017-07-25
舉報
2018-01-09
我也遇到過類似問題。解決辦法是別管它再開一個命令行去開啟本地服務(wù)就可以實現(xiàn)更新了。
具體來說就是
```cmd1
fis3 release -wL
```
```cmd2
fis3 server start -p 3001
```
這樣就能實現(xiàn)開發(fā)時預(yù)覽了,但fis3還沒做到熱更新,且文檔太不友好了,我棄坑了
2017-12-23
貼個圖啊,不然鬼知道報啥錯