上一页 1 2 3 4 5 6 7 8 9 ··· 22 下一页
摘要: 部署YApi时,出现报错信息:Accessing non-existent property 'count' of module exports inside circular dependency GitHub上未找到解决方案,网上发现其他同学也遇到了类似的问题。 产生这个的原因是node的版本太 阅读全文
posted @ 2022-08-24 18:02 三驾马车 阅读(314) 评论(0) 推荐(0)
摘要: 一。卸载 1. 先卸载npm sudo npm uninstall npm -g 2.卸载node yum remove nodejs npm -y 3. 删除残留 进入 /usr/local/lib 删除所有 node 和 node_modules文件夹 进入 /usr/local/include 阅读全文
posted @ 2022-08-24 17:47 三驾马车 阅读(2636) 评论(0) 推荐(0)
摘要: 执行yum命令失败 系统: centos7.8 可以通过以下命令解决 # cd /var/lib/rpm# ls Basenames __db.001 __db.003 Group Name Packages Requirename Sigmd5 Conflictname __db.002 Dirn 阅读全文
posted @ 2022-08-24 17:31 三驾马车 阅读(262) 评论(0) 推荐(0)
摘要: 1. 首先ssh登录你的gitlab服务器,并执行下面命令 gitlab-rails console production2. 直到重新加载好控制台,这里有多种方法来查找你的root用户 user = User.where(id: 1).first或 user = User.find_by(emai 阅读全文
posted @ 2022-08-18 13:55 三驾马车 阅读(694) 评论(0) 推荐(0)
摘要: 1、添加NodeSource到yum源 curl -fsSL https://rpm.nodesource.com/setup_16.x | sudo bash - 2、安装Node.js和npm sudo yum install nodejs 3、验证Node.js和npm的安装 阅读全文
posted @ 2022-08-15 17:22 三驾马车 阅读(1205) 评论(0) 推荐(0)
摘要: CentOS Linux release 7.9.2009 (Core) 阅读全文
posted @ 2022-08-15 15:14 三驾马车 阅读(35) 评论(0) 推荐(0)
摘要: 1.确保云服务防火墙已配置规则。2.确保fiewall或iptables已配置规则。3.确保宝塔等第三方已放行端口。修改conf/jetty.xml文件,把127.0.0.1修改成0.0.0.0,然后重启,这样解决了访问问题。 阅读全文
posted @ 2022-08-15 11:26 三驾马车 阅读(739) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-08-15 11:24 三驾马车 阅读(26) 评论(0) 推荐(0)
摘要: //永久添加443端口,协议为tcpfirewall-cmd --add-port=443/tcp --permanent //重新加载firewall-cmd --reload 阅读全文
posted @ 2022-08-12 18:18 三驾马车 阅读(72) 评论(1) 推荐(0)
摘要: [root@aa opt]# /usr/sbin/nginx -vnginx version: nginx/1.20.1[root@aa opt]# /usr/sbin/nginx -t nginx: the configuration file /etc/nginx/nginx.conf synt 阅读全文
posted @ 2022-05-16 10:23 三驾马车 阅读(33) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 22 下一页