Closed TGM closed 10 years ago
Try doing a git pull origin
first. composer.json was updated yesterday to target AugobahnJS 0.8.2.
The other error says you need to install the ZeroMQ extension...I think I'll probably change that to a suggest and let user land error be thrown when trying to use a demo script that requires it.
Ok thanks, just removed ZeroMQ, as i'm not planning to use anything related to it.
Any ideea what may cause this exception on the other hand?
composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Installing cujojs/when (dev-master 16f1704)
Cloning 16f1704177075f66413e901a5a77ca60eb5d429a
[RuntimeException]
Failed to clone git@github.com:cujojs/when.git, git was not found, check th
at it is installed and in your PATH env.
'git' is not recognized as an internal or external command,
operable program or batch file.
Edit: Doh, i was running composer update from CMD instead of GiT bash. Running this thing on windows is a real pain.
Hello,
I've bumped into the fallowing problem when using "composer update".
I think the composer.json file it outdated.
I'm still working to fix the remaining problems tough.