theotherzach / ate-oh-ate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lineman :(

mattetti opened this issue · comments

I'm having issues with lineman, it probably comes from the fact that I am not a npm user and after installing npm, I don't know where to find the binary to start lineman :(

found it in $ ./node_modules/.bin/lineman o_O

Beat me to it. You can also npm install -g lineman

I tried that but didn't use -g is that a global flag?

It is. Lineman needs to be a command line tool as well as a node lib and the -g flag allows for new project generation. lineman new my-cool-project