Why both a browserify and a node version in the same repo?
Closed this issue · 1 comments
joakimbeng commented
I only want the browserify version of angular, but because this repo is dependent on jsdom
to provide the node version of angular I am not able to install this module at all.
That's because jsdom
depends on contextify
which fails to install on several platforms and/or node versions.
IMO it would be better if this repo was split into two repositories, one for the browserify version and one for the node version (which can depend on the browserify version internally).
Until then it's unusable for me...
bclinkinbeard commented
This is just a stop gap until Angular is officially published on npm. If it doesn't work for your use case I would suggest shimming the regular version of Angular.