gosukiwi / Blueberry

A beautiful programming language with clean syntax which compiles to PHP
MIT License
63 stars 10 forks source link

": No such file or directory" #41

Open webarthur opened 9 years ago

webarthur commented 9 years ago

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.

gosukiwi commented 9 years ago

How did you install it? Try doing npm install -g blueberry.

webarthur commented 9 years ago

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.

gosukiwi commented 9 years ago

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?

rissicay commented 8 years ago

I am also getting the same error, running on mac os x node verson: 4.3.0

rissicay commented 8 years ago

works when i use npm link, like you mentioned above