jenkins 通过dockerfile构建前端项目,报错:
Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
原因:
linux不支持fsevents
解决方案:
RUN npm install -f
jenkins 通过dockerfile构建前端项目,报错:
Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
原因:
linux不支持fsevents
解决方案:
RUN npm install -f
本文标题:Unsupported platform for fsevent
本文链接:https://www.haomeiwen.com/subject/eweemrtx.html
网友评论