报了一个错:Cannot convert undefined or null to object
Closed this issue · 7 comments
fis3 release -d ../
[INFO] Currently running fis3 (/usr/local/Cellar/nvm/0.29.0/versions/node/v4.2.3/lib/node_modules/fis3/)
δ 6ms
Ω
[WARNI] Did you mean process:start event?
[ERROR] Cannot convert undefined or null to object
配置文加上下面的配置,就会出错,不知道是什么原因?
fis.hook('node_modules', {
useDev: true
});
目测你用的是比较老的 node_modules
感谢回复,用的是 1.1.7,这版本可以吗,2.x版本稳定了吗
差不多了,目前没有发现什么新 bug
这个错误信息太少了,不知道具体在哪出的问题也不懂怎么调试。
nam install -g fis3-hook-node_modules@2.x
在 2016年4月18日,下午7:05,trainGitHub notifications@github.com 写道:
这个错误信息太少了,不知道具体在哪出的问题也不懂怎么调试。
—
You are receiving this because you commented.
Reply to this email directly or view it on GitHub #22 (comment)
这个问题是因为你的package.json里面根本就没有devDependencies.
是有的,useDev true和false我都试过,我复制了一份,用2.x搞定了,多谢