在安装yuidoc时,我收到以下警告。
npm WARN package.json connect@1.9.2 No README.md file found!稍后尝试启动yuidoc --server时,它显示:
info: (yuidoc): Scanning for yuidoc.json file.
error: (yuidoc): Scanned 5001 directories looking for a yuidoc.json file, something is probably wrong here..感谢您的帮助!
发布于 2012-10-03 00:41:10
这个警告没什么好担心的。
错误是您没有提供yuidoc.json文件:
http://yui.github.com/yuidoc/args/index.html#json
https://stackoverflow.com/questions/12689812
复制相似问题