I'm experienced with Ruby but new to PHP, getting CakePHP set up on my machine and I would love some help.
I've downloaded a version of Cake and placed it at /Users/zack/Sites/cake
From that directory, I've done cd cake/console
and tried running cake bake
but get the error env: node: No such file or directory
I've tried running chmod 755 cake
to change permissions but that didn't work.
Any suggestions on how to get this working properly?