Hello,
I use the module: ng2-inline-svg for SVG, after i update my version from ionic 2.0.0-rc.1 to ionic 2.0.0-rc.2
I get this error:
[10:23:40] Error: Error at E:/projekte/starmovie-app/.tmp/components/px-icon/px-icon.ngfactory.ts:107:36
[10:23:40] Module ''*'' has no exported member 'Wrapper_InlineSVGDirective'.
[10:23:40] ngc failed
[10:23:40] ionic-app-script task: "build"
[10:23:40] Error: Error
it look likes the is a problem by generating inline-svg.directive.ngfactory
I have the version "@ionic/app-scripts": "0.0.39", in my package.json and it is still not working. Before i made the update to RC2, i had the version ``"@ionic/app-scripts": "0.0.36",and it worked.
I keep receiving the following invalid error when I try to install zone.js:
Command: npm install
±- typescript@2.0.3
`-- UNMET PEER DEPENDENCY zone.js@0.6.26
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.0.15: wanted {“os”:“darwin”,“arch”:“any”} (
current: {“os”:“win32”,“arch”:“x64”})
npm WARN angularfire2@2.0.0-beta.6 requires a peer of @types/jasmine@^2.5.36 but none was installed.
npm WARN ionic-angular@2.0.0-rc.2 requires a peer of zone.js@0.6.21 but none was installed.
I have tried everything from removing zone.js and doing an npm install with my package.json (zone.js version ~0.6.17 to zone.js version ~0.6.25) and even putting zone.js : “*” which then installs 0.6.26 and still shows UNMET PEER DEPENDENCY.