2

Not sure why this all of a sudden is broken, but when running Geddy, anytime I make a change, say in the controller, view, model. It isn't recognized and geddy does not restart.

Currently running ver:

Node: v0.10.20 via homebrew on Mac 10.8 Geddy: 0.10.3 via npm install -g geddy

Update:

Had to install geddy via: sudo npm install -g geddy

Seems to be restarting anytime files are saved now.

Whnunlife
  • 179
  • 1
  • 3
  • 13

1 Answers1

0

According to this GitHub issue, Geddy needs to be installed locally (without the -g flag) in order for it to correctly trigger a restart when files in the project are changed.

SomeKittens
  • 38,868
  • 19
  • 114
  • 143