-
Notifications
You must be signed in to change notification settings - Fork 28
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
Install error on OS X #2
Comments
Since the package is being installed globally you need increased privileges.
|
Hmm, now I'm seeing this. I'm fairly new on Node stuff, so please excuse my n00bness :) Macbook Pro:word_count tibbon$ sudo npm install -g vnc-over-gif
|
It looks like node-gif requires an old version of node, I got around this error by switching to node-v0.9.2. You can see in the changelog that libeio was removed in 0.9.3. |
same error here |
Ah thanks @TkTech |
looks like @TkTech is right. This is node-gif issue |
Macbook Pro:word_count tibbon$ npm install -g vnc-over-gif
npm http GET https://registry.npmjs.org/vnc-over-gif
npm http 200 https://registry.npmjs.org/vnc-over-gif
npm http GET https://registry.npmjs.org/vnc-over-gif/-/vnc-over-gif-0.0.1.tgz
npm http 200 https://registry.npmjs.org/vnc-over-gif/-/vnc-over-gif-0.0.1.tgz
npm http GET https://registry.npmjs.org/rfb2/0.0.6
npm http 200 https://registry.npmjs.org/rfb2/0.0.6
npm http GET https://registry.npmjs.org/rfb2/-/rfb2-0.0.6.tgz
npm http 200 https://registry.npmjs.org/rfb2/-/rfb2-0.0.6.tgz
npm http GET https://registry.npmjs.org/bindings/1.1.0
npm http 200 https://registry.npmjs.org/bindings/1.1.0
npm http GET https://registry.npmjs.org/bindings/-/bindings-1.1.0.tgz
npm http 200 https://registry.npmjs.org/bindings/-/bindings-1.1.0.tgz
The text was updated successfully, but these errors were encountered: