Forever detected script exited with code: null
path.existsSync is now called `fs.existsSync`.
Forever detected script exited with code: null
path.existsSync is now called fs.existsSync
.
这是个什么错?
2 回复
从报错的堆栈信息来看,是/home/root/cloud9/plugins-server/cloud9.sourcemint/sourcemint.js使用了过期函数path.existsSync,不过这只是warning级别的错误,不应该导致程序崩溃。总之,先尝试把sourcemint.js中的path.existsSync替换成fs.existsSync吧。