Reactive-Extensions / rx.angular.js

AngularJS Bindings for RxJS
Other
827 stars 89 forks source link

Post install broken on npm3 #127

Closed avishnyak closed 8 years ago

avishnyak commented 8 years ago

Because npm 3 flattens dependencies, the post install script fails on my installation.

It currently has a hard-coded path instead of a script that would use require.

node node_modules/tsd/build/cli.js install
Roaders commented 8 years ago

this is fixed now. that was my bad - sorry about that.