When I run bower install socket.io
bower installs just fine but when looking at the installed file there is no socket.io.js file.. the issue with that is when trying to use the bower components as dependencies in my project I can't require('socket.io')
(using debowerify) because its looking for bower_components/socket.io/socket.io.js
does anyone know why this is happening and what I need to do to fix this?
this is what bower install socket.io installs
the error message I get is
Error: module "./../../bower_components/socket.io/socket.io.js" not found