linemanjs / lineman-angular-template

A Lineman Application Template using AngularJS
251 stars 88 forks source link

-bash: lineman: command not found #9

Closed ricricucit closed 11 years ago

ricricucit commented 11 years ago

I've followed your instructions but i get "-bash: lineman: command not found".

I've read this: https://github.com/testdouble/lineman/issues/67 so i've brew uninstalled node and installed from the package instead.

Am i missing something?

davemo commented 11 years ago

Could you post your node -v, and npm -v output? Also, what operating system?

ricricucit commented 11 years ago

OS X 10.7.5

node v0.10.18 npm 1.3.8

davemo commented 11 years ago

Ok, and have you installed lineman globally? Depending on your OS permissions this may need to be done via sudo:

sudo npm install -g lineman

ricricucit commented 11 years ago

(facepalm) thanks a lot.

davemo commented 11 years ago

Np @ricricucit, sorry it wasn't clear. Do you have any suggestions on improving the readme? :D

davemo commented 11 years ago

I updated with 1ef799e28d5f5057b9a0e8262340cbeedcebd14a, sorry about the confusion!

ricricucit commented 11 years ago

it's 18:14 here :) i just lost some pieces of brain since this morning...but yeah...that will help people in the same condition as mine :+1: