终端安装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 登录以回复
(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 登录以回复
① 命令前加sudo试试 ② 删掉 node_modules 再运行 npm install 试试。 我的mac上无法重现这个问题,如果还不行,搜索 StackOverflow 和询问 GPT npm 安装 playwright 试试。 登录以回复
Unexpected Application Error! Cannot read properties of undefined (reading ‘success’) TypeError: Cannot read properties of undefined (reading ‘success’) at http://localhost:55106/assets/index-9ffb401b.js:1329:7688 at iX (http://localhost:55106/assets/index-9ffb401b.js:38:19598) at gEe (http://localhost:55106/assets/index-9ffb401b.js:40:44250) at dEe (http://localhost:55106/assets/index-9ffb401b.js:40:39950) at BVe (http://localhost:55106/assets/index-9ffb401b.js:40:39873) at LR (http://localhost:55106/assets/index-9ffb401b.js:40:39723) at fW (http://localhost:55106/assets/index-9ffb401b.js:40:36071) at Hre (http://localhost:55106/assets/index-9ffb401b.js:40:36877) at Gm (http://localhost:55106/assets/index-9ffb401b.js:38:3302) at http://localhost:55106/assets/index-9ffb401b.js:40:34389 添加分支节点后出现这个错误 登录以回复
终端安装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
先 npm install playwright,再 playwright install –with-deps 试试
(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
① 命令前加sudo试试 ② 删掉 node_modules 再运行 npm install 试试。
我的mac上无法重现这个问题,如果还不行,搜索 StackOverflow 和询问 GPT npm 安装 playwright 试试。
收到 谢谢!
可以支持条件判断吗 现在只能线性的执行下去
目前暂时没有,我们会在后续版本中添加。
节点类型已经添加了分支节点。
请升级FlowDeer客户端到 FlowDeer-3.0.6.042518+,fxd-app-flow-runner 包到 1.0.8。
Unexpected Application Error!
Cannot read properties of undefined (reading ‘success’)
TypeError: Cannot read properties of undefined (reading ‘success’)
at http://localhost:55106/assets/index-9ffb401b.js:1329:7688
at iX (http://localhost:55106/assets/index-9ffb401b.js:38:19598)
at gEe (http://localhost:55106/assets/index-9ffb401b.js:40:44250)
at dEe (http://localhost:55106/assets/index-9ffb401b.js:40:39950)
at BVe (http://localhost:55106/assets/index-9ffb401b.js:40:39873)
at LR (http://localhost:55106/assets/index-9ffb401b.js:40:39723)
at fW (http://localhost:55106/assets/index-9ffb401b.js:40:36071)
at Hre (http://localhost:55106/assets/index-9ffb401b.js:40:36877)
at Gm (http://localhost:55106/assets/index-9ffb401b.js:38:3302)
at http://localhost:55106/assets/index-9ffb401b.js:40:34389
添加分支节点后出现这个错误
抱歉啊,这个bug没测试到,我重新打包了下 3.0.6.042720,更新下试试。
可以了