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

Can't npm install #3

Closed
terryweiss opened this issue Aug 12, 2014 · 1 comment
Closed

Can't npm install #3

terryweiss opened this issue Aug 12, 2014 · 1 comment

Comments

@terryweiss
Copy link

There is some dependency problems on a fresh install. After a clone, I run npm install and get this:

npm ERR! peerinvalid The package express does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer kraken-js@0.7.5 wants express@^3.16.1

npm ERR! System Linux 3.13.0-24-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /mnt/data/code/Matador
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! code EPEERINVALID
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /mnt/data/code/Matador/npm-debug.log
npm ERR! not ok code 0

I can chase it down locally, but it is something of a barrier to adoption ;)

@ShaneK
Copy link
Owner

ShaneK commented Sep 23, 2014

Sorry I've been really busy to respond to this. I think this issue probably stems from express going through a pretty large upgrade sometime after I published this. I'll try to track down the issue tonight after work or tomorrow.

Honestly, I may end up rebuilding some part of it, as the knockout binding is pretty wonky and can sometimes end up in infinite loops of the same data for some reason. I think I may replace those tables with react components, they seem to be much better.

Once again, sorry for the really slow reply. Things have been busy lately at work.

ShaneK added a commit that referenced this issue Sep 23, 2014
…still work. This is a temporary solution to issue #3.
@ShaneK ShaneK closed this as completed Sep 23, 2014
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