Ideviceinstaller: "Could not initialize ideviceinstaller"

This issue went away after:

git checkout v1.3.3
./reset.sh
brew install --HEAD ideviceinstaller // suggested in another post.
git checkout v1.3.4
./reset.sh
node . -U --full-reset

Does that make any sense that those steps would fix anything?