You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading node version to 16.20 and running npm start command getting following error
Note: With Angular 13.3.4, node 12.22, Its working fine
[serve] ./node_modules/ngx-json-viewer/fesm2015/ngx-json-viewer.mjs - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/babel/webpack-loader.js): [serve] TypeError: Cannot create property 'message' on string 'D:\mock\frontend\node_modules\ngx-json-viewer\fesm2015\ngx-json-viewer.mjs: This application depends upon a library published using Angular version 14.0.3, which
requires Angular version 14.0.0 or newer to work correctly.
[serve] Consider upgrading your application to use a more recent version of Angular.
The text was updated successfully, but these errors were encountered:
After upgrading node version to 16.20 and running npm start command getting following error
Note: With Angular 13.3.4, node 12.22, Its working fine
[serve] ./node_modules/ngx-json-viewer/fesm2015/ngx-json-viewer.mjs - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/babel/webpack-loader.js):
[serve] TypeError: Cannot create property 'message' on string 'D:\mock\frontend\node_modules\ngx-json-viewer\fesm2015\ngx-json-viewer.mjs: This application depends upon a library published using Angular version 14.0.3, which
requires Angular version 14.0.0 or newer to work correctly.
[serve] Consider upgrading your application to use a more recent version of Angular.
The text was updated successfully, but these errors were encountered: