browserify / wzrd.in

browserify as a service.
http://wzrd.in
MIT License
638 stars 96 forks source link

wzrd.in/standalone fails for packages depending on AngularJS #161

Closed YoshiWalsh closed 7 years ago

YoshiWalsh commented 7 years ago

For example, https://wzrd.in/standalone/angular-material@latest and https://wzrd.in/standalone/angular-moment@latest both fail with "browserify exited with code 1". The specific error message in each case is different.

jfhbrook commented 7 years ago

Does angular depend on bundledDependencies? The latter, at least, looks like it could be a dupe of https://github.com/jfhbrook/wzrd.in/issues/130

YoshiWalsh commented 7 years ago

I'm not sure. If I just get Angular, it works: https://wzrd.in/standalone/angular@latest

It's only things that depend on Angular that fail.

jfhbrook commented 7 years ago

right--they most likely expect angular to be installed separately.

I'm going to close this issue as a dupe of #130 since that's really what this sounds like, but feel free to dig further and prove me wrong!