jmikola / mongoqp

A frontend for MongoDB's query profiler collection.
MIT License
170 stars 25 forks source link

Runtime Exception OS X #18

Closed lporras closed 7 years ago

lporras commented 9 years ago

Hey guys,

I'm trying to install mongoqp on my local machine, but I have this error:

screen shot 2015-07-23 at 10 40 54 am
jmikola commented 9 years ago

This seems to be a problem with the commit hashes listed in composer.lock pointing to some tag that was deleted upstream. I'll try to get the composer.lock file updated within a day or two.

In the meantime, the failed composer create-project jmikola/mongoqp command should still leave you with a cloned project directory. You should be able to enter that and run composer update to fetch newer versions of the dependencies. By default, create-project basically does an install, which attempts to get the very same versions listed in the lock file.