随笔分类 -  Node.js

摘要:1、官网 https://www.nestjs.com.cn/ 2、安装 npm install --save @nestjs-modules/ioredis ioredis 3、使用 参考链接 参考链接: nestjs 连接redis_nest redis url-CSDN博客 阅读全文
posted @ 2026-03-02 20:08 代码诠释的世界 阅读(2) 评论(0) 推荐(0)
摘要:一、官网 https://www.prisma.io/ 二、文档 https://www.prisma.io/docs 三、github https://github.com/prisma/prisma 四、安装 pnpm add prisma @prisma/client pnpm add -D 阅读全文
posted @ 2026-03-02 20:01 代码诠释的世界 阅读(1) 评论(0) 推荐(0)
摘要:一、官网 https://yarn.bootcss.com/ 二、安装 npm install --global yarn 检查 yarn --version 三、配置环境变量 # yarn export YARN_GLOBAL=/home/tester/.yarn/yarn_global expo 阅读全文
posted @ 2024-12-05 15:52 代码诠释的世界 阅读(321) 评论(0) 推荐(0)
摘要:一、安装 npm install --global serve 二、运行 切换到dist目录 执行命令serve 阅读全文
posted @ 2024-12-05 15:32 代码诠释的世界 阅读(191) 评论(0) 推荐(0)
摘要:一、官网 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_ 阅读全文
posted @ 2024-12-05 15:30 代码诠释的世界 阅读(609) 评论(0) 推荐(0)
摘要:1、官网 https://www.fit2cloud.com/metersphere/index.html 2、文档 https://metersphere.io/docs/ https://github.com/metersphere/metersphere 3、环境 windwos10 jdk 阅读全文
posted @ 2022-07-28 16:44 代码诠释的世界 阅读(2278) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2021-12-14 16:18 代码诠释的世界 阅读(5039) 评论(0) 推荐(0)