今天从git上下载了一个前端项目,在npm install时出现么明奇妙的报错,但是同事相同的项目,相同的操作却不报错。
于是采取老办法删掉NODE_MODULES文件夹,重新执行
npm install --registry=https://registry.npm.taobao.org
但是还是无效。。。。
于是执行 npm install 出现以下报错信息
Binary found at D:\sdunicom\vue\mall-pc\node_modules\node-sass\vendor\win32-x64-64\binding.node
Testing binary
Binary is fine
npm WARN vue-admin-template@4.2.1 No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“win32”,“arch”:“x64”})

added 1755 packages from 791 contributors and audited 1829 packages in 294.846s
found 2022 vulnerabilities (1989 low, 28 moderate, 5 high)
run npm audit fix to fix them, or npm audit for details
按照报错信息里的 npm aduit fix去修复文件后,重新执行npm run dev,居然可以了。。。。不知道深层的原因今天简单一记。

Logo

前往低代码交流专区

更多推荐