Error when installing v13.0.0
See original GitHub issueDescribe the bug Got an error when installing version 13.0.0.
ERROR in ./node_modules/@swimlane/ngx-charts/fesm2015/swimlane-ngx-charts.js Module not found: Error: Can't resolve '@angular/cdk/portal' in 'C:\myproj\node_modules\@swimlane\ngx-charts\fesm2015'
To Reproduce Steps to reproduce the behavior:
- Go to ‘…’
- Click on ‘…’
- Scroll down to ‘…’
- See error
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Demo Provide an online demo (stackblitz, codesandbox, or similar) where the issue can be reproduced
ngx-charts version 13.0.0
Additional context ng --version
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / | | | | |/ _
| '__| | | | | | |
/ ___ | | | | (| | || | | (| | | | || | | |
// __| ||_, |_,||_,|| _|||
|___/
Angular CLI: 8.3.21 Node: 10.16.3 OS: win32 x64 Angular: 8.2.14 … animations, common, compiler, compiler-cli, core, forms … language-service, platform-browser, platform-browser-dynamic … router
Package Version
@angular-devkit/architect 0.800.1 @angular-devkit/build-angular 0.803.21 @angular-devkit/build-ng-packagr 0.800.1 @angular-devkit/build-optimizer 0.803.21 @angular-devkit/build-webpack 0.803.21 @angular-devkit/core 8.0.1 @angular-devkit/schematics 8.3.21 @angular/cli 8.3.21 @ngtools/json-schema 1.1.0 @ngtools/webpack 8.3.21 @schematics/angular 8.3.21 @schematics/update 0.803.21 ng-packagr 5.2.0 rxjs 6.5.2 typescript 3.4.4 webpack 4.39.2
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (1 by maintainers)
npm install @angular/cdk --save 😃
try adding
@angular/cdk
v9.0.0-rc.7 to your dependencies. We’ll add it by default in the next version.