使用 樂天 / 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個瀏覽器

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章