I get a browserify error that says Angular and Hammer cannot be found. I import them right above the angular-hammer import. When I took a closer look, it was searching inside the wrong folders for them: (node_modules\angular-hammer\node_modules\hammerjs\hammer.js) something like that. So I went into angular-hammer's package.json and removed angular and hammerjs from the browser property and all got fixed... Is this really how it should be acting?
I get a browserify error that says Angular and Hammer cannot be found. I import them right above the angular-hammer import. When I took a closer look, it was searching inside the wrong folders for them: (
node_modules\angular-hammer\node_modules\hammerjs\hammer.js) something like that. So I went into angular-hammer'spackage.jsonand removed angular and hammerjs from thebrowserproperty and all got fixed... Is this really how it should be acting?