could not configure a cxx compiler configure 解决办法
ubuntu下安装node.js error could not configure a cxx compiler configure
需要安装g++/c++
命令行中输入:
sudo apt-get install build-essential libssl-dev curl git-core
再输入下面的命令就可以了
./configure
make
sudo make install
============ 欢迎各位老板打赏~ ===========
与本文相关的文章
- · centos安装node18
- · nginx日志按天分割
- · 解决Linux实例磁盘空间满问题
- · centos yum安装Python3.8(史上最简单)
- · linux查看端口占用 netstat -tln|grep 8080
- · 解决jenkins git@github.com: Permission denied (publickey)
- · centos安装chrome+chromedriver
- · 修改FRP默认的http404页面后自行编译
- · k8s查看pod实时日志
- · docker nginx
- · VM VirtualBox 给centos安装增强功能
- · reboot 后 Docker服务及容器自动启动设置