Skip to content

Instantly share code, notes, and snippets.

@tristanpendergrass
Created October 15, 2014 15:53
Show Gist options
  • Save tristanpendergrass/c4d0ebda824ff9792579 to your computer and use it in GitHub Desktop.
Save tristanpendergrass/c4d0ebda824ff9792579 to your computer and use it in GitHub Desktop.
~/dev/rest-api $ npm install
npm WARN package.json node-api@ No description
npm WARN package.json node-api@ No repository field.
npm WARN package.json node-api@ No README data
npm ERR! error rolling back Error: ENOTDIR, unlink '/Users/tristanpendergrass/dev/rest-api/node_modules/body-parser'
npm ERR! error rolling back body-parser@1.0.2 { [Error: ENOTDIR, unlink '/Users/tristanpendergrass/dev/rest-api/node_modules/body-parser']
npm ERR! error rolling back errno: 27,
npm ERR! error rolling back code: 'ENOTDIR',
npm ERR! error rolling back path: '/Users/tristanpendergrass/dev/rest-api/node_modules/body-parser' }
npm ERR! Error: ENOTDIR, unlink '/Users/tristanpendergrass/dev/rest-api/node_modules/body-parser'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR! <http://github.com/npm/npm/issues>
npm ERR! System Darwin 13.4.0
npm ERR! command "node" "/usr/local/bin/npm" "install"
npm ERR! cwd /Users/tristanpendergrass/dev/rest-api
npm ERR! node -v v0.10.31
npm ERR! npm -v 1.4.23
npm ERR! path /Users/tristanpendergrass/dev/rest-api/node_modules/body-parser
npm ERR! code ENOTDIR
npm ERR! errno 27
npm ERR! error rolling back Error: ENOTDIR, unlink '/Users/tristanpendergrass/dev/rest-api/node_modules/express'
npm ERR! error rolling back express@4.0.0 { [Error: ENOTDIR, unlink '/Users/tristanpendergrass/dev/rest-api/node_modules/express']
npm ERR! error rolling back errno: 27,
npm ERR! error rolling back code: 'ENOTDIR',
npm ERR! error rolling back path: '/Users/tristanpendergrass/dev/rest-api/node_modules/express' }
npm ERR! error rolling back Error: ENOTDIR, unlink '/Users/tristanpendergrass/dev/rest-api/node_modules/mongoose'
npm ERR! error rolling back mongoose@3.6.20 { [Error: ENOTDIR, unlink '/Users/tristanpendergrass/dev/rest-api/node_modules/mongoose']
npm ERR! error rolling back errno: 27,
npm ERR! error rolling back code: 'ENOTDIR',
npm ERR! error rolling back path: '/Users/tristanpendergrass/dev/rest-api/node_modules/mongoose' }
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/tristanpendergrass/dev/rest-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