Alex C

Results 7 comments of Alex C

Have you tried passing the -L flag to nodemon? Do `nodemon --help options` for more info.

This seems to be related to https://github.com/invl/retry/issues/11

This seems to be related to https://github.com/invl/retry/issues/23

Same, but my error message is slightly different: ``` [!] Error installing cocos2d [!] /usr/local/bin/git clone https://github.com/cocos2d/cocos2d-iphone.git/Users/alexcannon/PGL/ObjectAL-forCocos2D/ObjectALDemo/Pods/cocos2d --single-branch --depth 1 --branch release-2.1 Cloning into '/Users/alexcannon/PGL/ObjectAL-forCocos2D/ObjectALDemo/Pods/cocos2d'... warning: Could not find remote...

https://github.com/cocos2d/cocos2d-iphone.git now redirects to https://github.com/cocos2d/cocos2d-swift. It looks like the original cocos2d-iphone repo has moved to [cocos2d-iphone-classic](https://github.com/cocos2d/cocos2d-iphone-classic). You have to update the repo link in the `cocos2d.podspec` file accordingly. Then `pod...