标签:bpa and manually detail required dep vuex ref tools
问题记录:PS F:\web_tools\new-works\Vue_test_three\vuextest> npm install vuex --save
npm WARN ajv-keywords@3.4.1 requires a peer of ajv@^6.9.1 but none is installed. You must install peer dependencies your
self.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"an
y"} (current: {"os":"win32","arch":"x64"})
npm audit fix
to fix them, or npm audit
for detailsPS F:\web_tools\new-works\Vue_test_three\vuextest> npm audit fix
npm WARN ajv-keywords@3.4.1 requires a peer of ajv@^6.9.1 but none is installed. You must install peer dependencies your
self.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"an
y"} (current: {"os":"win32","arch":"x64"})
added 1 package from 4 contributors and updated 1 package in 8.637s
fixed 6 of 15 vulnerabilities in 12117 scanned packages
2 vulnerabilities required manual review and could not be updated
5 package updates for 7 vulns involved breaking changes
(use npm audit fix --force
to install breaking changes; or refer to npm audit
for steps to fix these manually)
PS F:\web_tools\new-works\Vue_test_three\vuextest> npm audit fix --force
npm WARN using --force I sure hope you know what you are doing.
\> fsevents@1.2.13 install F:\web_tools\new-works\Vue_test_three\vuextest\node_modules\fsevents
\> node install.js
Skipping ‘fsevents‘ build as platform win32 is not supported
npm WARN ajv-keywords@3.4.1 requires a peer of ajv@^6.9.1 but none is installed. You must install peer dependencies your
self.
npm WARN extract-text-webpack-plugin@3.0.2 requires a peer of webpack@^3.1.0 but none is installed. You must install pee
r dependencies yourself.
npm WARN html-webpack-plugin@2.30.1 requires a peer of webpack@1 || ^2 || ^2.1.0-beta || ^2.2.0-rc || ^3 but none is ins
talled. You must install peer dependencies yourself.
npm WARN webpack-dev-middleware@1.12.2 requires a peer of webpack@^1.0.0 || ^2.0.0 || ^3.0.0 but none is installed. You
must install peer dependencies yourself.
npm WARN webpack-dev-server@2.11.5 requires a peer of webpack@^2.2.0 || ^3.0.0 but none is installed. You must install p
eer dependencies yourself.
--force
option)标签:bpa and manually detail required dep vuex ref tools
原文地址:https://blog.51cto.com/11585002/2493582