Topic: Nuget Package
adelaserna pro asked 6 years ago
Hi,
I download the last version of the template admin-anguar-mdb, when i try to npm install appears a lot of warnings.
The configuration on my mac is:
Angular CLI: 6.0.1
Node: 8.11.1
OS: darwin x64
Angular: 6.0.1
... animations, cli, common, compiler, compiler-cli, core, forms
... http, platform-browser, platform-browser-dynamic, router
Package Version
-----------------------------------------------------------
@angular-devkit/architect 0.6.1
@angular-devkit/build-angular 0.5.13
@angular-devkit/build-optimizer 0.5.13
@angular-devkit/core 0.6.1
@angular-devkit/schematics 0.6.1
@ngtools/webpack 6.0.0-rc.11
@schematics/angular 0.6.1
@schematics/update 0.6.1
rxjs 6.1.0
typescript 2.7.2
webpack 4.8.3
The warnings are:
MacBook-Pro:ng-admin-pro-6.0.2 Alberto$ npm install
npm WARN @agm/core@1.0.0-beta.2 requires a peer of @angular/common@^4.0.0 || ^5.0.0 but none is installed. You must install peerdependencies yourself.
npm WARN @agm/core@1.0.0-beta.2 requires a peer of @angular/core@^4.0.0 || ^5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN angular-calendar@0.21.3 requires a peer of @angular/animations@>=4.0.0 <6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN angular-calendar@0.21.3 requires a peer of @angular/common@>=4.0.0 <6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN angular-calendar@0.21.3 requires a peer of @angular/core@>=4.0.0 <6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN angular-calendar@0.21.3 requires a peer of @angular/platform-browser@>=4.0.0 <6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN angular-draggable-droppable@1.1.1 requires a peer of @angular/core@>=4.0.0 <6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN angular-resizable-element@1.2.4 requires a peer of @angular/core@>=4.0.0 <6.0.0 but none is installed. You must installpeer dependencies yourself.
npm WARN codelyzer@2.0.1 requires a peer of @angular/compiler@^2.3.1 || >=4.0.0-beta <5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN codelyzer@2.0.1 requires a peer of @angular/core@^2.3.1 || >=4.0.0-beta <5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN The package @angular/cli is included as both a dev and production dependency.
npm WARN The package @angular/compiler-cli is included as both a dev and production dependency.
npm WARN The package typescript is included as both a dev and production dependency.
Thanks
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Resolved
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags
Code-One pro commented 6 years ago
You are not alone :)Damian Gemza staff commented 6 years ago
Guys, Those warnings are described in our FAQ: https://mdbootstrap.com/angular/faq/. You don't have to worry about it because they won't produce you problems in your applications. About last three warnings - Please remove @angular/cli, @angular/compiler-cli and typescript from dependencies. They should be included only in devDependencies. I'll fix this problem. Best Regards, Damian