level 11
独角戏1124
楼主
解决方法如下:
https://github.com/visionmedia/jade/issues/270you'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,并安装所有需要依赖的包不知道是否有误,菜鸟勿喷。。。
2012年08月27日 05点08分
1
https://github.com/visionmedia/jade/issues/270you'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,并安装所有需要依赖的包不知道是否有误,菜鸟勿喷。。。