-
Notifications
You must be signed in to change notification settings - Fork 53
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
installing [email protected] fails #3
Comments
Try checking my branch's version - https://github.com/JeremyRubin/Junkyard-Jumbotron . I think I fixed some stuff there. Also there is limited support for video playback, which you may find interesting. |
thanks for the tip! I will check it out. |
I try "node jjserver.js" and i have this error: Error: require.paths is removed. Use node_modules folders, or the NODE_PATH environment variable instead. any ideas ? thanks |
Sounds like you have a newer version of node.js. You need to use an older one, I'm not sure which, but hopefully it's specified somewhere in the install. |
does anyone know what the correct version of nodejs to use? |
Hello, I have this error when try upload a photo ERROR: jjteste controller 1 > bad image Can't handle file uploaded to 'jjteste' I try png format |
bleppie I get this error wen I try upload an image of my screens: ERROR: newController controller 0 > Error: Command failed: /bin/sh: 1: python: not found I have python installed and i have configure paramsLocal for path /usr/bin/python2.7 can anyone help me!!! |
@jefftimesten hey man, you should change the Make file and swap the iconv version to the most updated. |
So I know this has been set out to pasture, but is there any way to get it to work anymore? |
I realize that this is 2 years old, but FWIW:
Step: "make node-packages"
Platform: OS X 10.8.1
Node version: v0.10.7
It tries to use "node-waf", which is apparently deprecated
In fact, it seems that a few of the modules have problems with the versions specified. I may have cause to make a fork and whip up a package.json. Any thoughts on this?
The text was updated successfully, but these errors were encountered: