基于duan602728596/48tools 的二次开发
- 当前登录 需要借助48tools
- 下载repo
git clone repo_address
cd DanmuTool
- 安装node
brew install node
# 或者直接下载node,其他方式可自行使用搜索工具
# 查看node安装
node --version
安装依赖项
npm install
# 速度慢可使用yarn
node install -g yarn
yarn install
- 然后终端运行下面代码
npm run dev
- localhost:9250
备注 [0] You are using Node.js 16.20.2. For Next.js, Node.js version >= v18.17.0 is required. [1] WebSocket 服务器已启动,监听 ws://localhost:8080 [0] npm run next exited with code 1
nvm install 18
nvm use 18