人人开源权限管理系统renren-fast-vue node.js 版本v16安装方法

国胤
2023-12-01

一、后台安装与启动:

​git clone https://gitee.com/renrenio/renren-fast-vue.git

使用IDEA打开项目,并运行启动后台

二、前端安装与启动:

​git clone https://gitee.com/renrenio/renren-fast-vue.git
cd renren-fast-vue

npm install npm@6.14.13 -g
npm install cnpm -g --registry=https://registry.npm.taobao.org

cnpm uninstall --save node-sass
cnpm install --save node-sass

cnpm install
cnpm run dev

注意:

1、要先启动后台,否则验证码不显示

2、npm版本太高,安装cnpm时会出错

3、node-sass版本不正确会报错

 类似资料: