ef4 / ember-browserify

ember-cli addon for easily loading CommonJS packages from npm via browserify.
MIT License
172 stars 28 forks source link

Could not find module - Only during testing #65

Closed brancusi closed 8 years ago

brancusi commented 8 years ago

Hi,

I am trying to import hammjs simulator to simulate gestures during testing.

Getting: Could not find module npm:hammer-simulator

I am able to import and use from the app folder files, routes etc.

Any ideas?

stefanpenner commented 8 years ago

will gladly reopen with a reproduction