vuex 安装警告 我该怎么操作 可以忽略不管吗 ???
来源:8-9 Vue项目城市选择页 - Vuex实现数据共享
慕虎4499261
2019-02-14
d:\git\Travel>npm install vuex --save
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“win32”,“arch”:“x64”})
- vuex@3.1.0
added 1 package from 1 contributor and audited 11127 packages in 17.479s
found 2 vulnerabilities (1 moderate, 1 high)
runnpm audit fix
to fix them, ornpm audit
for details
d:\git\Travel>npm audit fix
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“win32”,“arch”:“x64”})
up to date in 11.408s
fixed 0 of 2 vulnerabilities in 11127 scanned packages
2 package updates for 2 vulns involved breaking changes
(use npm audit fix --force
to install breaking changes; or refer to npm audit
for steps to fix these manually)
1回答
-
Dell
2019-02-17
这是些警告,没什么问题的
022020-08-16
相似问题