xineur / blog

7 stars 0 forks source link

linux安装node-gyp #28

Open xineur opened 4 years ago

xineur commented 4 years ago
系统: Ubuntu 18.0.4
node: 10.13.0
node-gyp: 7.0.1

需要用到的插件

node-gyp官网给出gcc, python, make

同时需要安装build-essential, g++

安装方法:

sudo apt-get install python, gcc, make, build-essential, g++