npm ERR! Found: @angular/[email protected] npm ERR! node_modules/@angular/compiler npm ERR! @angular/compiler@"~9.1.7" from the root project code example
Example 1: npm WARN [email protected] requires a peer of tslint@^5.0.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.
npm install --save-dev xxxxx
npm install --save-dev tslint@^5.0.0
Example 2: npm WARN [email protected] requires a peer of tslint@^5.0.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.
npm install --save-dev xxxxx