ffffranklin / generator-tumblr-theme

Yeoman Generator for Tumblr Themes
12 stars 2 forks source link

Grunt serve not running #36

Closed rridhan closed 9 years ago

rridhan commented 9 years ago

If i try to run grunt or grunt serve from terminal I got this erro message:

Running "sass:dist" (sass) task

Running "connect:main" (connect) task
Started connect web server on http://0.0.0.0:9000

Running "spottr" task
Spottr: Created Server "http://localhost:8080"

Running "open:dev" (open) task
Warning: Command failed: /bin/sh -c Chrome "http://localhost:9000"
/bin/sh: 1: Chrome: not found
 Use --force to continue.

running on Ubuntu machine (14.04) with NodeJS v4.2.1. and npm 2.14.7 (installing through NVM).

ffffranklin commented 9 years ago

Thanks @rridhan. By default node-open is configured to require Chrome but I'll omit that in the next release. To fix remove the app: 'Google Chrome' option from the open:dev task config in your Gruntfile.js