摘要: 转载自:https://blog.csdn.net/q375537943/article/details/131958222 一、查看当前node.js版本node -v 二、卸载当前node.js# 这里是卸载npm的sudo npm uninstall npm -g # 这里是用来删除node创 阅读全文
posted @ 2023-09-08 15:17 larybird 阅读(1284) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_34681580/article/details/130240502 1、官网下载访问nodejs官网,点击稳定版,并下载https://nodejs.org/en 2、安装双击刚下载的文件,按步骤默认安装就行 3、 验证安装完成后打开终端 npm 阅读全文
posted @ 2023-09-08 14:40 larybird 阅读(2561) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://www.cnblogs.com/zhyp/p/16920380.html 解决方法:在终端中运行命令:npm cache clear --force 然后重新运行 npm i 命令,再次安装安装完成,没有出现报错npm run serve 运行项目,项目可以正常启动了。 安装 阅读全文
posted @ 2023-09-08 12:47 larybird 阅读(556) 评论(0) 推荐(0) 编辑
摘要: Management Plugin enabled by default at http://localhost:15672 To start rabbitmq: brew services start rabbitmqOr, if you don't want/need a background 阅读全文
posted @ 2023-09-08 11:18 larybird 阅读(25) 评论(0) 推荐(0) 编辑
摘要: Docroot is: /usr/local/var/www The default port has been set in /usr/local/etc/nginx/nginx.conf to 8080 so thatnginx can run without sudo. nginx will 阅读全文
posted @ 2023-09-08 11:03 larybird 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://blog.csdn.net/aahdjdb/article/details/132186198 如图,导入import org.junit.Test时飘红 解决方法: 1.选中FIle——Project Structure 2.选择——Libraries——Java 3.找到 阅读全文
posted @ 2023-09-08 09:40 larybird 阅读(287) 评论(0) 推荐(0) 编辑