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 @angular/[email protected] #196

Open
egorowp opened this issue Jul 25, 2017 · 3 comments
Open

Unmet peer dependency @angular/[email protected] #196

egorowp opened this issue Jul 25, 2017 · 3 comments

Comments

@egorowp
Copy link

egorowp commented Jul 25, 2017

On installing stacktrace.js via npm to angular 4.2.3 we have:

+-- UNMET PEER DEPENDENCY @angular/[email protected]
+-- UNMET PEER DEPENDENCY @angular/[email protected]

Current Behavior

after npm install stacktrace-js I see:

+-- UNMET PEER DEPENDENCY @angular/[email protected]
+-- UNMET PEER DEPENDENCY @angular/[email protected]
`-- [email protected]

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN [email protected] requires a peer of @angular/core@^2.0.0 but none was installed.
npm WARN [email protected] requires a peer of @angular/router@^3.0.0 but none was installed.

Steps to Reproduce (for bugs)

run npm install stacktrace-js

@eriwen
Copy link
Member

eriwen commented Aug 12, 2017

I'd love some help from someone with a bit more knowledge of the problem, so I'm going to mark this issue help-wanted

@leo6104
Copy link

leo6104 commented Sep 19, 2017

This issue is not related with stacktrace.js because stacktrace.js package.json not include @angular/core @angular/router.
You should check other npm package (which is related with @angular/core, @angular/router).

@Matmo10
Copy link

Matmo10 commented Jun 13, 2018

As mentioned above, Angular isn't a peer dependency of this library. This is due to your other packages, and is unrelated to stacktrace.js

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

No branches or pull requests

4 participants