解决方法如下: https://github.com/visionmedia/jade/issues/270
you’ll want to add them to your package.json as dependencies, and npm install -d where -d is just for debugging output so you can see if npm is working :D haha otherwise it’s very quiet
其意思应该是,你的package.json里没有添加相应的jade依赖配置
使用npm install -d 可以自动配置package.json,并安装所有需要依赖的包
不知道是否有误,菜鸟勿喷。。。