Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't make #32

Open
masterrr opened this issue Jul 25, 2013 · 6 comments
Open

Can't make #32

masterrr opened this issue Jul 25, 2013 · 6 comments

Comments

@masterrr
Copy link

I'm running “make” after “make install”:

$ make
node_modules/yapp/bin/yapp.js -d public/main build
bash: node_modules/yapp/bin/yapp.js: No such file or directory
make: *** [build] Error 127
@ssilverm
Copy link
Contributor

The raspberry pi install docs specify this:

sudo -i npm install -g git+https://github.com/FriendCode/yapp.js.git#master

This should work for regular systems as well.

@masterrr
Copy link
Author

@bart95130
Copy link

EDIT : This is not the best way to make it work ! See the post beneath

In your tv.js directory typically : /home/pi/tv.js
ln -s /usr/local/lib/node_modules node_modules
and it should work

@bart95130
Copy link

It seems npm install stops while trying to install yapp

In package.json remove the comma after
"readable-stream": "1.0.2"

AND the line
"yapp": "git://github.com/FriendCode/yapp.js#master"

execute again
npm install .

make build
...

@masterrr
Copy link
Author

masterrr commented Aug 4, 2013

Thing is I already have

"yapp": "git://github.com/FriendCode/yapp.js#master"

line inserted 😃

@bart95130
Copy link

Please re-read my post : REMOVE the comma AND the line ;-)

Are you installing it on a RaspberryPI ? I'm just curious if you'll be able to play a video ? I'm stuck : #30

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

No branches or pull requests

3 participants