Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Can not install the ng2-cbp-cf #37

Open
vkunapuli opened this issue Feb 27, 2018 · 1 comment
Open

Can not install the ng2-cbp-cf #37

vkunapuli opened this issue Feb 27, 2018 · 1 comment

Comments

@vkunapuli
Copy link

tried to un the npm link following the readme instructions and got the following errors. But Angular is installed on my machine.

node-v59-darwin-x64/fse.node" is installed via remote
npm WARN @angular/flex-layout@2.0.0-beta.10-4905443 requires a peer of @angular/core@~4.4.4 but none is installed. You must install peer dependencies yourself.
npm WARN @angular/flex-layout@2.0.0-beta.10-4905443 requires a peer of @angular/common@~4.4.4 but none is installed. You must install peer dependencies yourself.
npm WARN codelyzer@3.2.0 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@3.2.0 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.

Angular on my system

Angular CLI: 1.6.4
Node: 9.3.0
OS: darwin x64
Angular: 5.0.1
... animations, common, compiler, core, forms, http
... platform-browser, platform-browser-dynamic, router

@angular/cdk: 5.0.0-rc.2
@angular/flex-layout: 2.0.0-beta.10-4905443
@angular/material: 5.0.0-rc.2
typescript: 2.5.3
webpack-dev-server: 2.9.1
webpack-shell-plugin: 0.5.0
webpack: 3.6.0

@martin-the-geek
Copy link
Contributor

So far we haven't found that @angular/flex-layout@2.0.0-beta.10-4905443 or codelyzer@3.2.0 having any issues running with Angular 5. So we've been able to ignore those warnings.

We have plans on updating the libraries in the near future, especially Angular Material to 5.2 (or 6 if they get out of beta in time) and resolving some of the issues that some of the newer dependency versions are causing.

npm link sometimes has given us problems so we've taken to just adding a git reference to our package.json

"dependencies": {
    "ng2-cbp-cf": "us-cbp/ng2-cbp-cf#tag"
}

with tag being the version tag (or commit) we want to reference.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants