You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know why this module isn't working when I try to use it with Angular and npm with Browserify. I can install any other module, require it in app.js, and it works. Here's my package.json:
Oops -- package.json was out of date. The "main" field should be "angular-treemendous.js"
I have limited internet access at the moment... I quickly committed the change, but it may take me a couple days to bump the version and publish to npm. In the meantime, just go in and change the "main" field in the angular-treemendous package.json and see if that fixes it...
I don't know why this module isn't working when I try to use it with Angular and npm with Browserify. I can install any other module, require it in app.js, and it works. Here's my package.json:
Here's app.js:
Gulp browserify:
I get an error saying:
Error: module "angular-treemendous" not found from "/Users/myuser/my-webapp/js/fake_84520517.js"
The module is definitely installed. I've had two co-workers review and we can't find the problem.
The text was updated successfully, but these errors were encountered: