FlowDeer³ 公测开始,详情请进

为什么、以及我们如何设计FlowDeer3的

功能概览

安装教程

图文版点这里

使用指南

如果您在使用中遇到问题,请在本文评论中提交,我们会尽快解答。

如果对文章内容有疑问或者有经验分享,请在评论中留言,我们会及时回复。
11 comments
  1. 终端安装playwright报错:
    (base) KoyeeLinMBP:FlowDeer-3.0.5.041416-darwin-x64 linguoyi$ cd /private/var/folders/rc/t6v_04px6995s_251lbz90z80000gn/T/AppTranslocation/96E5C560-2C7C-4378-BBF1-801857149534/d/FlowDeer.app/Contents/Resources/app.asar.unpacked/src/local-api
    (base) KoyeeLinMBP:local-api linguoyi$ npx –registery=https://registry.npmmirror.com/ playwright install –with-deps
    sh: playwright: command not found

      1. (base) KoyeeLinMBP:local-api linguoyi$ npm install playwright
        npm ERR! code EROFS
        npm ERR! syscall rename
        npm ERR! path /private/var/folders/rc/t6v_04px6995s_251lbz90z80000gn/T/AppTranslocation/96E5C560-2C7C-4378-BBF1-801857149534/d/FlowDeer.app/Contents/Resources/app.asar.unpacked/src/local-api/node_modules/fast-xml-parser
        npm ERR! dest /private/var/folders/rc/t6v_04px6995s_251lbz90z80000gn/T/AppTranslocation/96E5C560-2C7C-4378-BBF1-801857149534/d/FlowDeer.app/Contents/Resources/app.asar.unpacked/src/local-api/node_modules/.fast-xml-parser-VP2j0BV1
        npm ERR! errno -30
        npm ERR! rofs EROFS: read-only file system, rename ‘/private/var/folders/rc/t6v_04px6995s_251lbz90z80000gn/T/AppTranslocation/96E5C560-2C7C-4378-BBF1-801857149534/d/FlowDeer.app/Contents/Resources/app.asar.unpacked/src/local-api/node_modules/fast-xml-parser’ -> ‘/private/var/folders/rc/t6v_04px6995s_251lbz90z80000gn/T/AppTranslocation/96E5C560-2C7C-4378-BBF1-801857149534/d/FlowDeer.app/Contents/Resources/app.asar.unpacked/src/local-api/node_modules/.fast-xml-parser-VP2j0BV1’
        npm ERR! rofs Often virtualized file systems, or other file systems
        npm ERR! rofs that don’t support symlinks, give this error.

        npm ERR! A complete log of this run can be found in: /Users/linguoyi/.npm/_logs/2024-04-15T02_28_24_635Z-debug-0.log

        1. ① 命令前加sudo试试 ② 删掉 node_modules 再运行 npm install 试试。
          我的mac上无法重现这个问题,如果还不行,搜索 StackOverflow 和询问 GPT npm 安装 playwright 试试。

发表回复