@YAsh0011 wrote:
My whole IONIC project uploaded on Github https://github.com/yashdabi/ionic-angular-ssr
following some tutorials like this below https://ionicframework.com/blog/ssr-with-angular-universal-and-ionic/ but to many errors are showing after “npm run serve:ssr” and I am not able to resolve these errors
- window is not defined
- self is not defined
- Error:NotYetImplemented
- Cannot redefine property: constructor
- win.matchmedia is not a function
ng --version
_ _ ____ _ ___ / \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _| / △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | | / ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | | /_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___| |___/ Angular CLI: 8.1.3 Node: 10.16.3 OS: win32 x64 Angular: 8.1.3 ... cli, common, compiler, compiler-cli, core, forms ... language-service, platform-browser, platform-browser-dynamic ... platform-server, router Package Version -------------------------------------------------------------------- @angular-devkit/architect 0.801.3 @angular-devkit/build-angular 0.801.3 @angular-devkit/build-optimizer 0.801.3 @angular-devkit/build-webpack 0.801.3 @angular-devkit/core 8.1.3 @angular-devkit/schematics 8.1.3 @angular/animations 8.1.2 @ngtools/webpack 8.1.3 @nguniversal/express-engine 8.1.1 @nguniversal/module-map-ngfactory-loader 8.1.1 @schematics/angular 8.1.3 @schematics/update 0.801.3 rxjs 6.5.2 typescript 3.4.5 webpack 4.35.2
ionic info
Ionic: Ionic CLI : 5.2.7 (C:\Users\yash\AppData\Roaming\nvm\v10.16.3\node_modules\ionic) Ionic Framework : @ionic/angular 4.8.0 @angular-devkit/build-angular : 0.801.3 @angular-devkit/schematics : 8.1.3 @angular/cli : 8.1.3 @ionic/angular-toolkit : 2.0.0 Utility: cordova-res : 0.6.0 native-run : 0.3.0 System: NodeJS : v10.16.3 (C:\Program Files\nodejs\node.exe) npm : 6.9.0 OS : Windows 10
I am stuck in these issues from few days
Please help me to resolve these issues
Posts: 1
Participants: 1