Skip to content
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

User is unable to install dotfiles globally via npm #52

Open
marclundgren opened this issue Aug 27, 2014 · 1 comment
Open

User is unable to install dotfiles globally via npm #52

marclundgren opened this issue Aug 27, 2014 · 1 comment

Comments

@marclundgren
Copy link

Hi @eduardolundgren,

I haven't had a chance to install xcode yet (I just got a new macbook pro retina ^_^ && waiting for a cracked version of version 6). I'm suspecting that's the cause of this bug. Do you know anyone else without xcode installed that can confirm?

EDIT: I just installed xcode & command line tools, but the same failure occurs. I ended up just cloning the repo and calling bin/dotfiles setup.

marc$ sudo npm install -g dotfiles
/usr/local/bin/dotfiles -> /usr/local/lib/node_modules/dotfiles/bin/dotfiles
npm ERR! peerinvalid The package http-server does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants http-server@~0.5.5

npm ERR! System Darwin 13.3.0
npm ERR! command "node" "/usr/local/bin/npm" "install" "-g" "dotfiles"
npm ERR! cwd /Users/marc/dotfiles
npm ERR! node -v v0.10.31
npm ERR! npm -v 2.0.0-beta.0
npm ERR! code EPEERINVALID
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     /Users/marc/dotfiles/npm-debug.log
npm ERR! not ok code 0
NerdBook:dotfiles marc$
@marclundgren marclundgren changed the title User is unable to install dotfiles globally User is unable to install dotfiles globally via npm Aug 27, 2014
@zenorocha
Copy link
Collaborator

Hey @marclundgren,

Actually this problem is related to the way we fetch dependencies.

https://github.com/eduardolundgren/dotfiles/blob/master/package.json#L46

Let me investigate...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants