Skip to content

Instantly share code, notes, and snippets.

@soldair
Created March 14, 2013 06:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soldair/5159259 to your computer and use it in GitHub Desktop.
Save soldair/5159259 to your computer and use it in GitHub Desktop.
epeerinvalid due to peer dependency added to flatiron-cli-config
make: Leaving directory `/usr/local/lib/node_modules/qrcode/node_modules/canvas/build'
/usr/local/bin/qrcode -> /usr/local/lib/node_modules/qrcode/bin/qrcode
npm WARN package.json eventemitter2@0.4.1 'contributers' should probably be 'contributors'
npm ERR! peerinvalid The package flatiron does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer flatiron-cli-config@0.1.3 wants flatiron@~0.1.9
npm ERR! peerinvalid Peer flatiron-cli-users@0.1.1 wants flatiron@~0.1.9
npm ERR! System Linux 3.2.0-23-generic
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "qrcode"
npm ERR! cwd /usr/local/lib/node_modules
npm ERR! node -v v0.8.22
npm ERR! npm -v 1.2.14
npm ERR! code EPEERINVALID
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /usr/local/lib/node_modules/npm-debug.log
npm ERR! not ok code 0
@soldair
Copy link
Author

soldair commented Mar 14, 2013

npm --version
1.2.14
node --version
0.8.22 and i tried it on 0.10.0
jitsu --version
0.11.1

@soldair
Copy link
Author

soldair commented Mar 14, 2013

the install seems to work anyway i just thought everything was broken. ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment