运行npm run site后报下面的这个错误,请问是什么原因?
node版本是10.15
$ cross-env NODE_ICU_DATA=node_modules/full-icu ESBUILD=1 concurrently "bisheng build --ssr -c ./site/bisheng.config.js" "npm run color-less"
could not initialize ICU (check NODE_ICU_DATA or --icu-data-dir parameters)
error Command failed with exit code 9.
node 版本切换到12.0.0版本就可以了