
安装nodejs环境
悠然大月季
Java开发,全栈(vue2/3)+java
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
npm 依赖下载报错 Hostname/IP does not match certificate‘s 相关 解决方案
npm 依赖下载报错: request to https://registry.cnpmjs.org/webpack failed, reason: Hostname/IP does not match certificate’s altnames: Host: registry.cnpmjs.org. is not in the cert’s altnames: DNS:r.cnpmjs.org 跳坑,爬坑,终于搞定 第一步 : 尝试使用 npm set strict-ssl false np原创 2021-07-22 23:45:38 · 1476 阅读 · 0 评论 -
node官网下载安装
1、node下载 英文网址:https://nodejs.org/en/download/ 中文网址:http://nodejs.cn/download/ 故下载一下红色框中文件 ,版本为v6.10.0 2、下载下来的tar文件上传到服务器并且解压,然后通过建立软连接变为全局; 1)上传服务器可以是自己任意路径,目前我的放置路径为 cd /opt/software/ tar -xvf node-v6.10.0-linux-x64.tar.xz mvnode-v6.1...原创 2021-07-19 14:35:15 · 16169 阅读 · 0 评论