其他分享
首页 > 其他分享> > 使用 乐天 / V-IM 作为网页即时聊天

使用 乐天 / V-IM 作为网页即时聊天

作者:互联网

使用 乐天 / V-IM 作为网页即时聊天

刚安装运行完,

Github:

gitee: https://gitee.com/alyouge/V-IM

 

一,下载

不多说了,上面有链接。

下载完后,是这样的文件。

 

二,运行

1 仔细阅读README.md

 

2 启动v-im-server

这一步是springboot的,没什么大问题

 

3 启动v-im-pc

主要是这里遇到一些错误

npm ERR! Cannot read properties of null (reading 'pickAlgorithm')

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\DELL\AppData\Local\npm-cache\_logs\2022-09-08T02_38_03_227Z-debug-0.log

npm install npm@latest

gyp verb find Python Python...

​下载python2.7 安装即可:Python 2.7.0 Release | Python.org
 
安装目录加入到Path环境变量,我的是     D:\Python27

依旧报错:

A complete log of this run can be found in:

npm cache clean 

接着

npm install

运行

npm run serve

 

4 启动 ruoyi-ui-vue3

没启动成功。不过已经可以使用了

 

5 效果

开了2个浏览器

标签:npm,网页,log,ERR,Python,IM,run,乐天
来源: https://www.cnblogs.com/hanjun0612/p/16669179.html