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

Install/audit gives some warnings #4

Closed
kerrpeter opened this issue Nov 23, 2021 · 1 comment
Closed

Install/audit gives some warnings #4

kerrpeter opened this issue Nov 23, 2021 · 1 comment
Labels
question Further information is requested

Comments

@kerrpeter
Copy link
Contributor

yarn install gives some info and warning messages, would be nice to know we're starting with no warnings

info fsevents@2.3.2: The platform "win32" is incompatible with this module.
info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@1.2.13: The platform "win32" is incompatible with this module.
info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
warning "@vue/cli-plugin-unit-jest > vue-jest@3.0.7" has incorrect peer dependency "vue@^2.x".
warning "@vue/cli-plugin-unit-jest > vue-jest@3.0.7" has unmet peer dependency "vue-template-compiler@^2.x".
warning " > vue-jest@5.0.0-alpha.10" has unmet peer dependency "@babel/core@7.x".
warning " > vue-jest@5.0.0-alpha.10" has unmet peer dependency "babel-jest@>= 24 < 27".
warning " > vue-jest@5.0.0-alpha.10" has unmet peer dependency "jest@>= 24 < 27 ".

Also yarn audit reports

60 vulnerabilities found - Packages audited: 1762
Severity: 57 Moderate | 3 High

@akhi-ninja
Copy link
Owner

@kerrpeter the 3 high vulnerabilities are from vue-cli ,
https://snyk.io/test/npm/@vue/cli

vuejs/vue-cli#6375 , i have used latest stable version of the package , since its under devDependencies , we can ignore , it will not affect production . I will update the package when ever the stable version is ready

@akhi-ninja akhi-ninja added the question Further information is requested label Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants