项目源码地址,也有各种错误解决办法: 源码地址
在搭建网站用 vue-admin-template 时: npm install 时出现如下问题

npm install
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin"} (current: {"os":"win32","arch":"x64"})
npm ERR! notsup Valid OS:    darwin
npm ERR! notsup Valid Arch:  undefined
npm ERR! notsup Actual OS:   win32
npm ERR! notsup Actual Arch: x64

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\艾健\AppData\Local\npm-cache\_logs\2020-10-28T02_55_01_602Z-debug.log                   

node 和 npm版本
试了各种方法,比如:

npm cache clear 
npm cache verify
npm i -g npm@latest

我甚至再次尝试卸载和重新安装nodejs,但仍然得到相同的错误。

最佳答案:

错误表示您正在其他操作系统(而不是Mac)中安装fsevents模块
fsevents模块仅适用于mac操作系统

其它问题解决:
说明:npm : node.js包管理工具,相当于maven,管理前端js依赖比如jquery
当我们npm install 时往往会出现各种包版本问题,只要我们改变版本就能解决,删掉node_modules中对应的重新下载,希望对大家有所帮助,如果有问题不能解决可以留言,趟过很多坑~~

Logo

前往低代码交流专区

更多推荐