Skip to content

Instantly share code, notes, and snippets.

@dvliman
Created July 29, 2013 15:33
Show Gist options
  • Save dvliman/6105199 to your computer and use it in GitHub Desktop.
Save dvliman/6105199 to your computer and use it in GitHub Desktop.
problem installing log.io on ubuntu 13.04
npm ERR! error rolling back [email protected] Error: ENOTEMPTY, rmdir '/usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom'
npm ERR! error installing [email protected]
npm http 304 https://registry.npmjs.org/tinycolor
npm ERR! Error: ENOENT, open '/usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/___cssom.npm/package/lib/CSSKeyframesRule.js'
npm ERR! You may report this log at:
npm ERR! <http://bugs.debian.org/npm>
npm ERR! or use
npm ERR! reportbug --attach /usr/local/lib/npm-debug.log npm
npm ERR!
npm ERR! System Linux 3.8.0-25-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "-g" "log.io"
npm ERR! cwd /usr/local/lib
npm ERR! node -v v0.6.19
npm ERR! npm -v 1.1.4
npm ERR! path /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/___cssom.npm/package/lib/CSSKeyframesRule.js
npm ERR! code ENOENT
npm ERR! message ENOENT, open '/usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/___cssom.npm/package/lib/CSSKeyframesRule.js'
npm ERR! errno {}
npm ERR! Error: ENOENT, lstat '/usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/___cssstyle.npm/package/tests/tests.js'
npm ERR! You may report this log at:
npm ERR! <http://bugs.debian.org/npm>
npm ERR! or use
npm ERR! reportbug --attach /usr/local/lib/npm-debug.log npm
npm ERR!
npm ERR! System Linux 3.8.0-25-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "-g" "log.io"
npm ERR! cwd /usr/local/lib
npm ERR! node -v v0.6.19
npm ERR! npm -v 1.1.4
npm ERR! path /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/___cssstyle.npm/package/tests/tests.js
npm ERR! fstream_path /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/___cssstyle.npm/package/tests/tests.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! message ENOENT, lstat '/usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/___cssstyle.npm/package/tests/tests.js'
npm ERR! errno {}
npm ERR! fstream_stack Object.oncomplete (/usr/lib/nodejs/fstream/lib/writer.js:204:26)
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /usr/local/lib/npm-debug.log
npm not ok
sudo apt-get install python-software-properties python g++ make
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
sudo npm install -g log.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment