In [email protected]:
facade/async.js line 19 calls require('rxjs/operators/toPromise');
As of [email protected] this folder was renamed to operator/toPromise.js.
The result is that a jspm install of angular 2 without bundling gets the following error:
GET http://localhost:8080/jspm_packages/npm/[email protected]/operators/toPromise.js 404 (Not Found)
The rxjs version should either fixed at version alpha.10 or this reference udpated to operator/toPromise.js
In
[email protected]:facade/async.jsline 19 callsrequire('rxjs/operators/toPromise');As of
[email protected]this folder was renamed tooperator/toPromise.js.The result is that a jspm install of angular 2 without bundling gets the following error:
The rxjs version should either fixed at version
alpha.10or this reference udpated tooperator/toPromise.js