随笔分类 - Node.js
摘要:一、官网 https://yarn.bootcss.com/ 二、安装 npm install --global yarn 检查 yarn --version 三、配置环境变量 # yarn export YARN_GLOBAL=/home/tester/.yarn/yarn_global expo
阅读全文
摘要:一、安装 npm install --global serve 二、运行 切换到dist目录 执行命令serve
阅读全文
摘要:一、官网 https://nodejs.org/zh-cn 二、安装方法 1、下载安装包 2、解压安装包到指定目录 tar xf node-v14.21.0-linux-x64.tar.xz -C ~/tools/ && cd ~/tools 3、配置环境变量 # node export NODE_
阅读全文
摘要:1、官网 https://www.fit2cloud.com/metersphere/index.html 2、文档 https://metersphere.io/docs/ https://github.com/metersphere/metersphere 3、环境 windwos10 jdk
阅读全文
摘要:1. 直接使用ubuntu软件源安装 sudo apt update sudo apt install nodejs npm nodejs --version v10.19.0 npm -v 2. 从nodesource安装nodejs和npm # 安装仓库https://github.com/no
阅读全文