Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

": No such file or directory" #41

Open
webarthur opened this issue Oct 31, 2015 · 5 comments
Open

": No such file or directory" #41

webarthur opened this issue Oct 31, 2015 · 5 comments

Comments

@webarthur
Copy link

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.

@gosukiwi
Copy link
Owner

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

@webarthur
Copy link
Author

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
Copy link
Owner

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?

@rissicay
Copy link

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

@rissicay
Copy link

works when i use npm link, like you mentioned above

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants