@virendrashakya wrote:
I am working with ionic 3 , i tried to create production Build by ioni cordova build android --prod but it gave me this error:
Running app-scripts build: --prod --platform android --target cordova
[00:01:00] build prod started …
[00:01:00] clean started …
[00:01:00] clean finished in 5 ms
[00:01:00] copy started …
[00:01:01] deeplinks started …
[00:01:01] deeplinks finished in 386 ms
[00:01:01] ngc started …
[00:01:10] typescript error
Type GoogleAuthenticatorPage in
/home/virendra/workspace/ionic/alt247-ionic/src/pages/google-authenticator/google-authenticator.ts is part
of the declarations of 2 modules: AppModule in
/home/virendra/workspace/ionic/alt247-ionic/src/app/app.module.ts and GoogleAuthenticatorPageModule in
/home/virendra/workspace/ionic/alt247-ionic/src/pages/google-authenticator/google-authenticator.module.ts!
Please consider moving GoogleAuthenticatorPage in
/home/virendra/workspace/ionic/alt247-ionic/src/pages/google-authenticator/google-authenticator.ts to a
higher module that imports AppModule in /home/virendra/workspace/ionic/alt247-ionic/src/app/app.module.ts
and GoogleAuthenticatorPageModule in
/home/virendra/workspace/ionic/alt247-ionic/src/pages/google-authenticator/google-authenticator.module.ts.
You can also create a new NgModule that exports and includes GoogleAuthenticatorPage in
/home/virendra/workspace/ionic/alt247-ionic/src/pages/google-authenticator/google-authenticator.ts then
import that NgModule in AppModule in /home/virendra/workspace/ionic/alt247-ionic/src/app/app.module.ts and
GoogleAuthenticatorPageModule in
/home/virendra/workspace/ionic/alt247-ionic/src/pages/google-authenticator/google-authenticator.module.ts.Error: The Angular AoT build failed. See the issues above
at /home/virendra/workspace/ionic/alt247-ionic/node_modules/@ionic/app-scripts/dist/aot/aot-compiler.js:237:55
at step (/home/virendra/workspace/ionic/alt247-ionic/node_modules/@ionic/app-scripts/dist/aot/aot-compiler.js:32:23)
at Object.next (/home/virendra/workspace/ionic/alt247-ionic/node_modules/@ionic/app-scripts/dist/aot/aot-compiler.js:13:53)
at fulfilled (/home/virendra/workspace/ionic/alt247-ionic/node_modules/@ionic/app-scripts/dist/aot/aot-compiler.js:4:58)
at
[00:01:10] copy finished in 9.52 s
Posts: 2
Participants: 2