Skip to content

Instantly share code, notes, and snippets.

@robraux
Created February 15, 2013 15:22
Show Gist options
  • Save robraux/4961026 to your computer and use it in GitHub Desktop.
Save robraux/4961026 to your computer and use it in GitHub Desktop.
robr@atty:~/api git:(deployment) $ npm install nodetime
npm http GET https://registry.npmjs.org/nodetime
npm http 200 https://registry.npmjs.org/nodetime
npm http GET https://registry.npmjs.org/nodetime/-/nodetime-0.8.3.tgz
npm http 200 https://registry.npmjs.org/nodetime/-/nodetime-0.8.3.tgz
npm ERR! Error: EPERM, chown '/home/robr/.npm/nodetime/0.8.3/package.tgz'
npm ERR! { [Error: EPERM, chown '/home/robr/.npm/nodetime/0.8.3/package.tgz']
npm ERR! errno: 50,
npm ERR! code: 'EPERM',
npm ERR! path: '/home/robr/.npm/nodetime/0.8.3/package.tgz' }
npm ERR!
npm ERR! Please try running this command again as root/Administrator.
npm ERR! System Linux 3.2.0-33-virtual
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "nodetime"
npm ERR! cwd /mnt/users_home/robr/Peach-API
npm ERR! node -v v0.8.19
npm ERR! npm -v 1.2.10
npm ERR! path /home/robr/.npm/nodetime/0.8.3/package.tgz
npm ERR! code EPERM
npm ERR! errno 50
npm ERR! stack Error: EPERM, chown '/home/robr/.npm/nodetime/0.8.3/package.tgz'
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /mnt/users_home/robr/API/npm-debug.log
npm ERR! not ok code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment