Closed huafu closed 9 years ago
I just installed the plugin, generated the default yuidoc.json, and when I try to run ember serve without any other rguments here is what I get:
yuidoc.json
ember serve
$ ember serve version: 0.1.4 valid watchman found, version: [3.0.0] Livereload server on port 35729 Serving on http://0.0.0.0:4200/ error: -------------------------------------------------------------------------- error: An uncaught YUIDoc error has occurred, stack trace given below error: -------------------------------------------------------------------------- error: Error: spawn ENOENT at errnoException (child_process.js:1001:11) at Process.ChildProcess._handle.onexit (child_process.js:792:34) error: -------------------------------------------------------------------------- error: Node.js version: v0.10.33 error: YUI version: 3.14.1 error: YUIDoc version: 0.3.50 error: Please file all tickets here: http://github.com/yui/yuidoc/issues error: --------------------------------------------------------------------------
My dependencies:
"broccoli-asset-rev": "^2.0.0", "broccoli-ember-hbs-template-compiler": "^1.6.1", "ember-cli": "0.1.4", "ember-cli-bootstrap-sass": "^0.2.11", "ember-cli-content-security-policy": "0.3.0", "ember-cli-document-title": "0.0.1", "ember-cli-esnext": "0.1.1", "ember-cli-fastclick": "^1.0.3", "ember-cli-font-awesome": "0.0.7", "ember-cli-fontcustom": "0.0.1", "ember-cli-geolocation": "0.0.13", "ember-cli-google-analytics": "^1.1.0", "ember-cli-i18n": "0.0.3", "ember-cli-ic-ajax": "0.1.1", "ember-cli-inject-live-reload": "^1.3.0", "ember-cli-moment": "0.0.1", "ember-cli-qunit": "0.1.2", "ember-cli-sass": "^3.0.3", "ember-cli-yuidoc": "^0.3.1", "ember-computed-size": "0.0.5", "ember-data": "1.0.0-beta.12", "ember-data-sails": "0.0.12", "ember-export-application-global": "^1.0.0", "ember-google-map": "0.0.12", "ember-img-cache": "0.0.2", "ember-marked": "0.0.3", "express": "^4.8.5", "glob": "^4.0.5", "with-style-mixin": "^0.1.1"
I am on OS X 10.10 with latest updates, and you can see any other information related to version numbers above. Lemme know if you need anything else ;-)
Ok my bad it was related to another package, sorry!
I just installed the plugin, generated the default
yuidoc.json
, and when I try to runember serve
without any other rguments here is what I get:My dependencies:
I am on OS X 10.10 with latest updates, and you can see any other information related to version numbers above. Lemme know if you need anything else ;-)