Blueberry icon indicating copy to clipboard operation
Blueberry copied to clipboard

": No such file or directory"

Open webarthur opened this issue 9 years ago • 5 comments

I'm using Linux. This message appears in terminal when I try use de bb command. Then I just do:

  • npm install blueberry --save-dev
  • node "node_modules/blueberry/src/cli.js" compile teste.bb teste.php

... and it works! Why it happens?! Coffee command works well to me.

webarthur avatar Oct 31 '15 02:10 webarthur

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

gosukiwi avatar Oct 31 '15 02:10 gosukiwi

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.

webarthur avatar Oct 31 '15 17:10 webarthur

Seems like a path issue. Maybe try this:

git clone [email protected]: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?

gosukiwi avatar Oct 31 '15 19:10 gosukiwi

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

rissicay avatar Mar 22 '16 23:03 rissicay

works when i use npm link, like you mentioned above

rissicay avatar Mar 22 '16 23:03 rissicay