Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

UNMET PEER DEPENDENCY zone.js@0.6.26 #3

Closed
mhabsaoui opened this issue Aug 23, 2017 · 3 comments
Closed

UNMET PEER DEPENDENCY zone.js@0.6.26 #3

mhabsaoui opened this issue Aug 23, 2017 · 3 comments

Comments

@mhabsaoui
Copy link

Just got this unmet dependency with angular/* : "~2.0.1"

==> just update all occurrences of "~2.0.1" to "^2.3.1" and it's ok.

info: angular/angular-cli#4473

@mhabsaoui mhabsaoui reopened this Aug 23, 2017
@mhabsaoui
Copy link
Author

New problem when building with 'npm run build':

`node_modules/rxjs/Subject.d.ts(16,22): error TS2415: Class 'Subject' incorrectly extends base class 'Observable'.
Types of property 'lift' are incompatible.
Type '(operator: Operator<T, R>) => Observable' is not assignable to type '(operator: Operator<T, R>) => Observable'.
Type 'Observable' is not assignable to type 'Observable'.
Type 'T' is not assignable to type 'R'.
node_modules/rxjs/observable/dom/WebSocketSubject.d.ts(23,22): error TS2415: Class 'WebSocketSubject' incorrectly extends base class 'AnonymousSubject'.
Types of property 'lift' are incompatible.
Type '(operator: Operator<T, R>) => WebSocketSubject' is not assignable to type '(operator: Operator<T, R>) => Observable'.
Type 'WebSocketSubject' is not assignable to type 'Observable'.
Types of property 'operator' are incompatible.
Type 'Operator<any, R>' is not assignable to type 'Operator<any, T>'.
Type 'R' is not assignable to type 'T'.

npm ERR! Linux 4.10.0-32-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "build"
npm ERR! node v6.11.2
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! openminted-platform@1.0.0 build: npm run clean && tsc
npm ERR! Exit status 2
`

Thanks.

@courado
Copy link
Contributor

courado commented Aug 23, 2017

Latest version on branch newtheme (to be merged with develop) has angular version 4.1.3, try it again with this and remember to rm -rf node_modules for a fresh install

@mhabsaoui
Copy link
Author

mhabsaoui commented Aug 25, 2017

Ok.

On click of "get started here" ==> it's just the OMTD web app front based on Angular (Enabling Layer maybe...). still no BO plugged, right ?

image

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

No branches or pull requests

2 participants