jspm / npm

NPM Location Service
19 stars 34 forks source link

Support array main #85

Closed guybedford closed 9 years ago

guybedford commented 9 years ago

For some mysterious reason Node seems to support array mains, where each main is attempted in sequence until one works. We should therefore support this process.

kubawalinski commented 9 years ago

@guybedford Thanks for filing this issue after seeing my gitter question. For the record the original repo for which I noticed this problem was https://github.com/angular-ui/bower-ui-grid. On npm this package is available as "angular-ui-grid".

Will fixing this in the npm module also take care of the fact that installation from github is not successful because no main entry point was found? Or should I file an issue on a different repo for this one?

guybedford commented 9 years ago

After testing this in Node it is certainly not supported by Node. I don't believe npm would directly support it either.