03 2020 档案

摘要:1.下载mosquitto安装包https://mosquitto.org/download/2.安装其他依赖包 yum install gcc gcc-c++ libstdc++-devel yum install openssl-devel -y yum install c-ares-devel 阅读全文
posted @ 2020-03-31 09:25 与君共行之 阅读(1705) 评论(0) 推荐(0)
摘要:在运行vue项目时,执行npm install 报错,导致后续的执行报各种错误,根据报错,尝试了网上的各种办法,最后发现时网络问题下载失败导致,解决办法: 安装cnpm==>npm install cnpm -g –registry=https://registry.npm.taobao.org c 阅读全文
posted @ 2020-03-08 10:23 与君共行之 阅读(1344) 评论(0) 推荐(0)