Im trying to install socket.io throu yeoman, it loads sockets just fine when then I guess it tries to load up the dependencies and it can't find them and gives me fatal error ws not found (for the ws package). It's trying to fetch from theses urls:
- bower.herokuapp.com/packages/uglify-js
- bower.herokuapp.com/packages/ws
- bower.herokuapp.com/packages/xmlhttprequest
- bower.herokuapp.com/packages/active-x-obfuscator
and it's cant find the links to GIT. i've tried to load the addresses but there is no response from the server.
Any idea how I can fix that problem?
Thanks