node egg npm stop
问一下 npm stop 会关了全部端口 加了title 也不管用那
3 回复
linux 下不行 要重启服务器?
求EGG 大神告知 这是坑么
我猜测大概率不是坑,而是需要理解下 npm scripts 的文档。
title 要加到 npm script 里面,不要在外面,再外面要多一个 --
也就是 { "stop": "egg-scripts stop --title="}
或者 npm stop -- --title=
为什么你们都不用 egg-init --type=simple
来初始化项目呢?里面都已经写好的了。