hellosean1025 / node-echarts

Generate chart by echarts in nodejs.
281 stars 88 forks source link

centos7下中文node-canvas #7

Closed mashpolo closed 7 years ago

mashpolo commented 7 years ago

按照文档,下载node-canvas,执行完npm install后,发现缺少build目录,环境是centos7 但是在mac下,可以成功,依赖都已经安装完,这个是什么原因呢?

hellosean1025 commented 7 years ago

之前我在ubuntu机器上试过,没啥问题的,应该是环境哪儿没弄好

mashpolo commented 7 years ago

@suxiaoxin 已经搞好了,一个系统语言包没有装上,而且需要手动执行node-gyp编译一次就可以了。