I'm attempting to get pq grid pro working with Angular. I downloaded a couple of the Angular demo projects from
https://paramquery.com/pro/demos.
When I run npm install for these I get errors resolving dependencies. It also seems these samples are using older versions of Angular and other dependencies. Looking at the package.json file shows Angular 7.x. I was hoping to get some help resolving these errors or ideally some sample code with updated versions of Angular.
These are the errors I'm getting with npm install.
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: @angular/compiler-cli@7.0.4
npm ERR! Found: @angular/compiler@7.2.16
npm ERR! node_modules/@angular/compiler
npm ERR! @angular/compiler@"^7.2.13" from the root project
npm ERR! peer @angular/compiler@"7.2.16" from @angular/platform-browser-dynamic@7.2.16
npm ERR! node_modules/@angular/platform-browser-dynamic
npm ERR! @angular/platform-browser-dynamic@"^7.2.13" from the root project
npm ERR! 1 more (codelyzer)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/compiler@"7.0.4" from @angular/compiler-cli@7.0.4
npm ERR! node_modules/@angular/compiler-cli
npm ERR! dev @angular/compiler-cli@"~7.0.0" from the root project
npm ERR! peer @angular/compiler-cli@">=5.0.0 <8.0.0 || ^7.0.0-beta.0" from @ngtools/webpack@7.0.7
npm ERR! node_modules/@ngtools/webpack
npm ERR! @ngtools/webpack@"7.0.7" from @angular-devkit/build-angular@0.10.7
npm ERR! node_modules/@angular-devkit/build-angular
npm ERR! dev @angular-devkit/build-angular@"~0.10.0" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: @angular/compiler@7.0.4
npm ERR! node_modules/@angular/compiler
npm ERR! peer @angular/compiler@"7.0.4" from @angular/compiler-cli@7.0.4
npm ERR! node_modules/@angular/compiler-cli
npm ERR! dev @angular/compiler-cli@"~7.0.0" from the root project
npm ERR! peer @angular/compiler-cli@">=5.0.0 <8.0.0 || ^7.0.0-beta.0" from @ngtools/webpack@7.0.7
npm ERR! node_modules/@ngtools/webpack
npm ERR! @ngtools/webpack@"7.0.7" from @angular-devkit/build-angular@0.10.7
npm ERR! node_modules/@angular-devkit/build-angular
npm ERR! dev @angular-devkit/build-angular@"~0.10.0" from the root project