Open webarthur opened 9 years ago
How did you install it? Try doing npm install -g blueberry
.
I've done this. I tried +x chmod to entire /usr/local/lib/node_modules/ and run the command again but still not working. Same error.
Seems like a path issue. Maybe try this:
git clone git@github.com:gosukiwi/Blueberry.git
cd Blueberry
npm link
bb help
npm link
should make a symlink to that folder's executable.
I just tried running npm install -g blueberry
on a fresh environment and worked. Maybe you are having some issues with npm itself?
I am also getting the same error, running on mac os x node verson: 4.3.0
works when i use npm link, like you mentioned above
I'm using Linux. This message appears in terminal when I try use de bb command. Then I just do:
... and it works! Why it happens?! Coffee command works well to me.