Topic: [Admin Template] Wrong version of typescript in package.json
alain.deurveilher@gmail.com pro asked 7 years ago
ERROR in the Angular Compiler requires TypeScript >=2.7.2 and <2.8.0 but 2.9.1 was found instead.Indeed, in the package.json
"typescript": "^2.7.2"is resolved in the latest version of typescript. It must be
"typescript": "2.7.2"instead.
alain.deurveilher@gmail.com pro answered 7 years ago
Damian Gemza staff answered 7 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- User: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: Yes
- Provided link: No