indus / ncc

node-chrome-canvas || a simple to use and performant HTML5 canvas for Node.js
Other
172 stars 6 forks source link

don't work in mac #1

Closed sorrycc closed 10 years ago

sorrycc commented 10 years ago
[ncc | CP] start
[ncc | CP] spawn: C:\Program Files (x86)\Google\Chrome\Application\chrome.exe --app=/Users/chencheng/.nvm/v0.11.12/lib/node_modules/ncc/lib\index.html --remote-debugging-port=9222 --user-data-dir=/var/folders/p4/c620tt7n2f36ntjp05n48bg80000gn/T/\nccanvas
[ncc | CP] error: Error: spawn ENOENT
[ncc | CP] exited with code: -2
indus commented 10 years ago

Please have a look at startup-errors on the readme page. On a non-windows system you have to set the spawn command and arguments yourself and pass them to ncc as "options" argument.

If you have a default sytem configuration with a default chrome installation you can post me your spawn settings here and i will include them to ncc at some point in the future

indus commented 10 years ago

made a milestone out of it.