Linux一些操作

启动服务并设置开机自启

1
systemctl enable gdm --now

npm报错

问题

1
2
3
npm ERR! Cannot read property 'insert' of undefined
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2022-07-12T08_52_38_745Z-debug-0.log
1
2
3
4
5
rm -rf package.json
npm cache clean --force
npm set registry https://registry.npmjs.org/
npmnpm install
install --save vue2-editor

centos8 安装nodejs

1
2
3
4
curl -fsSL https://rpm.nodesource.com/setup_lts.x | sudo bash -
#安装Node.js:

sudo yum install -y nodejs

Linux一些操作
http://example.com/2024/09/17/aeb46c9867594e7b9be5aeb80ca97695/
作者
John Doe
发布于
2024年9月17日
许可协议