-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
NPM ERROR #507
Comments
When I execute npm list -g --depth=0 this error is listed twice:
|
I got the same error, using a mac |
I have tried the same in windows and it works without any problems. |
See this issue: |
somebody pointed that that might be an npm issue. try to update |
It is generally not recommend to use npm with sudo |
Just a note for anyone else having this problem: Using "yarn global add preact-cli" installs without this error. |
Is this issue include the circular problem I have in (ajv-validator/ajv-keywords#74) and repeated in (ajv-validator/ajv-keywords#56) about:
and
using a mac with @babel/cli = v. 7.1.2 |
I've the same problem.
npm WARN ajv-keywords@3.4.1 requires a peer of ajv@^6.9.1 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/preact-cli/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) If I run npm ERR! peer dep missing: ajv@^6.9.1, required by ajv-keywords@3.4.1
npm ERR! peer dep missing: ajv@^6.9.1, required by ajv-keywords@3.4.1 Any solution (without using yarn)? |
ajv-validator/ajv#708 (comment) Still an npm issue? |
npm WARN ajv-keywords@3.1.0 requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm ERR! peer dep missing: ajv@^6.0.0, required by ajv-keywords@3.1.0
The text was updated successfully, but these errors were encountered: