
NVM
_yuki_
一路打怪升级,直至见到大魔王
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
NVM 基于 HTTP 文件服务器(简易)
一、构建并进入目录 mkdir share_dir cd share_dir 二、构建会话 screen -S my_session # 对应 share_dir ps: screen 使用 可以看前面博客:地址 三、安装http-server npm install http-server -g ps: npm 是 安装nodejs 自带的,可以看前面博客:地址 四、运行服务器 # --cors :Authorization 应付 跨越 http-ser...原创 2020-06-12 18:25:07 · 412 阅读 · 0 评论 -
NVM 简易安装使用 (Ubuntu 、Liunx版)
一、nvm介绍 nvm是一个node版本管理器,类似与Python中的Anaconda、virtural-env。 二、安装 nvm的github仓库:地址 选其一即可: curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.3/install.sh | bash wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.35.3/ins...原创 2020-06-12 17:53:32 · 2582 阅读 · 0 评论