ERROR in node_modules/@auth0/angular-jwt/lib/jwtoptions.token.d.ts(2,50): error TS2304: Cannot find name 'unknown'
问题 When compiling my angular project, I get the following error. I deleted my node_modules file and reinstalled it still didn't work. ERROR in node_modules/@auth0/angular-jwt/lib/jwtoptions.token.d.ts(2,50): error TS2304: Cannot find name 'unknown'. package.json { "name": "ArinhureWeb", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "build:ssr": "ng run ArinhureWeb:server:dev", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" }, "private": true,