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