-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I'm using Ionic 3 to install angular2-json-schema-form-ionic
npm install angular2-json-schema-form
=>>
angular2-json-schema-form-ionic.umd.js:832 Uncaught Error: Cannot find module "@angular/flex-layout" at Object.<anonymous> (angular2-json-schema-form-ionic.umd.js:832) at Object.<anonymous> (angular2-json-schema-form.es5.js:10288) at __webpack_require__ (bootstrap 7f9bb55bfe9e859bd52e:54) at IonicButtonComponent.ngOnInit (angular2-json-schema-form-ionic.umd.js:2) at Object.defineProperty.value (angular2-json-schema-form-ionic.umd.js:5) at __webpack_require__ (bootstrap 7f9bb55bfe9e859bd52e:54) at Object.233 (main.ts:5) at __webpack_require__ (bootstrap 7f9bb55bfe9e859bd52e:54) at Object.210 (main.js:135) at __webpack_require__ (bootstrap 7f9bb55bfe9e859bd52e:54)
And if i install flex-layout, i stuck at
Cannot find @angular/cdk/bidi
Please help