FederatedAI / FATE-Board

FATE's Visualization Toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

failed to package FATEBoard:v1.9.2

asdfsx opened this issue · comments

Failed to package FATEBoard:v1.9.2 with the following error

image
After I downgrade node-sass to ^7.0.1 the problem solved

# cat resources-front-end/package.json|grep node-sass
"node-sass": "^7.0.1",

Maybe the fateboard should not upgrade node-sass to the latest version.