Reactive-Extensions/rx.angular.js

Post install broken on npm3

Closed this issue · 1 comments

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

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