Hey Jared,
I'm trying to get the code running locally and am running into issues
really early on. I updated my versions of node and npm, cloned the
repo, and then tried running npm install. Not sure if I'm running into
issues based on my machine or npm issues or if there's a step I'm
missing. Here's the output I get when I run npm install: :
npm WARN js...@0.2.4 package.json: bugs['web'] should probably be
bugs['url']
npm http GET
https://registry.npmjs.org/coffee-script
npm http GET
https://registry.npmjs.org/less
npm http GET
https://registry.npmjs.org/ender
npm http GET
https://registry.npmjs.org/jsdom
npm http 304
https://registry.npmjs.org/less
npm http 304
https://registry.npmjs.org/ender
npm http 304
https://registry.npmjs.org/jsdom
npm http 304
https://registry.npmjs.org/coffee-script
npm ERR! error installing le...@1.2.0
npm ERR! error installing en...@0.8.3
npm ERR! error installing coffee...@1.2.0
npm ERR! error rolling back le...@1.2.0 Error: Refusing to delete: /
Users/dwellisz/workspace/Peanutty/node_modules/.bin/lessc not in /
Users/dwellisz/workspace/Peanutty/node_modules/less
npm ERR! error rolling back le...@1.2.0 at clobberFail (/usr/local/
lib/node_modules/npm/node_modules/rimraf/rimraf.js:110:12)
npm ERR! error rolling back le...@1.2.0 at next (/usr/local/lib/
node_modules/npm/node_modules/rimraf/rimraf.js:97:42)
npm ERR! error rolling back le...@1.2.0 at clobberTest (/usr/local/
lib/node_modules/npm/node_modules/rimraf/rimraf.js:92:28)
npm ERR! error rolling back le...@1.2.0 at Object.oncomplete (/usr/
local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:70:29)
npm ERR! Refusing to delete: /Users/dwellisz/workspace/Peanutty/
node_modules/.bin/lessc not in /Users/dwellisz/workspace/Peanutty/
node_modules/less
npm ERR! File exists: /Users/dwellisz/workspace/Peanutty/
node_modules/.bin/lessc
npm ERR! Move it away, and try again.
npm ERR!
npm ERR! System Darwin 11.2.0
npm ERR! command "node" "/usr/local/bin/npm" "install"
npm ERR! cwd /Users/dwellisz/workspace/Peanutty
npm ERR! node -v v0.6.8
npm ERR! npm -v 1.1.0-2
npm ERR! path /Users/dwellisz/workspace/Peanutty/node_modules/.bin/
lessc
npm ERR! code EEXIST
npm ERR! message Refusing to delete: /Users/dwellisz/workspace/
Peanutty/node_modules/.bin/lessc not in /Users/dwellisz/workspace/
Peanutty/node_modules/less
npm ERR! errno {}
npm ERR! error rolling back en...@0.8.3 Error: Refusing to delete: /
Users/dwellisz/workspace/Peanutty/node_modules/.bin/ender not in /
Users/dwellisz/workspace/Peanutty/node_modules/ender
npm ERR! error rolling back en...@0.8.3 at clobberFail (/usr/local/
lib/node_modules/npm/node_modules/rimraf/rimraf.js:110:12)
npm ERR! error rolling back en...@0.8.3 at next (/usr/local/lib/
node_modules/npm/node_modules/rimraf/rimraf.js:97:42)
npm ERR! error rolling back en...@0.8.3 at clobberTest (/usr/local/
lib/node_modules/npm/node_modules/rimraf/rimraf.js:92:28)
npm ERR! error rolling back en...@0.8.3 at Object.oncomplete (/usr/
local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:70:29)
npm ERR! error rolling back coffee...@1.2.0 Error: Refusing to
delete: /Users/dwellisz/workspace/Peanutty/node_modules/.bin/coffee
not in /Users/dwellisz/workspace/Peanutty/node_modules/coffee-script
npm ERR! error rolling back coffee...@1.2.0 at clobberFail (/
usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:110:12)
npm ERR! error rolling back coffee...@1.2.0 at next (/usr/
local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:97:42)
npm ERR! error rolling back coffee...@1.2.0 at clobberTest (/
usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:92:28)
npm ERR! error rolling back coffee...@1.2.0 at
Object.oncomplete (/usr/local/lib/node_modules/npm/node_modules/rimraf/
rimraf.js:70:29)
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/dwellisz/workspace/Peanutty/npm-debug.log
npm not ok
Let me know if there's anything you can think of that I may have
missed. If not, no worries. I'll just keep googling.
Best,
Daniela