0

It's my first time playing with Codio.

I cloned https://github.com/divshot/polymer-firebase-qa into a new project. Then I followed the readme and did

npm install && bower install

which finished with no errors.

Continuing, I did

grunt serve

which said

-bash: grunt: command not found                                                                                                                                         

... I know grunt is there because it ran as part of the bower install. I have tried to install grunt on the cli (codio doesn't allow me), tried "Install Software" (it's not in the list), and tried googling to no avail.

themirror
  • 9,963
  • 7
  • 46
  • 79
  • What does `which grunt` output ? – Raptor Mar 16 '15 at 02:34
  • `which grunt` outputs nothing (just a new terminal line) – themirror Mar 16 '15 at 02:37
  • 1
    Probably you need to specify the path of `grunt` (it does not exist in System path right now) – Raptor Mar 16 '15 at 02:39
  • I believe `which grunt` or `type grunt` will return nothing, because it's not in your path. See where it is located. Use [`find`](http://man.he.net/?section=all&topic=find) command if required. Set [PATH](http://unix.stackexchange.com/questions/26047/how-to-correctly-add-a-path-to-path) [variable](http://www.wikihow.com/Change-the-Path-Variable-in-Linux) accordingly... – anishsane Mar 16 '15 at 04:22

0 Answers0