OreosLab / checkinpanel

一个主要运行在 𝐞𝐥𝐞𝐜𝐕𝟐𝐏 或 𝐪𝐢𝐧𝐠𝐥𝐨𝐧𝐠 等定时面板,同时支持系统运行环境的签到项目(环境:𝑷𝒚𝒕𝒉𝒐𝒏 3.8+ / 𝑵𝒐𝒅𝒆.𝒋𝒔 10+ / 𝑩𝒂𝒔𝒉 4+ / 𝑶𝒑𝒆𝒏𝑱𝑫𝑲8 / 𝑷𝒆𝒓𝒍5)
https://oreos.ml/checkinpanel/2021-10-01-Checkinpanel.html
MIT License
1.41k stars 362 forks source link

no such file or directory, open '/ql/repo/Oreomeow_checkinpanel_master/package.json' #136

Closed cikichen closed 1 year ago

cikichen commented 1 year ago
.......... npm install -g package-merge begin ..........
---------- npm install -g package-merge succeed ----------
node:internal/fs/utils:344
    throw err;
    ^

Error: ENOENT: no such file or directory, open '/ql/repo/Oreomeow_checkinpanel_master/package.json'
    at Object.openSync (node:fs:585:3)
    at Object.readFileSync (node:fs:453:35)
    at [eval]:3:33
    at Script.runInThisContext (node:vm:129:12)
    at Object.runInThisContext (node:vm:305:38)
    at node:internal/process/execution:76:19
    at [eval]-wrapper:6:22
    at evalScript (node:internal/process/execution:75:60)
    at node:internal/main/eval_string:27:3 {
  errno: -2,
  syscall: 'open',
  code: 'ENOENT',
  path: '/ql/repo/Oreomeow_checkinpanel_master/package.json'
}

Node.js v17.5.0
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: undefined@undefined
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR!   dev react@"17.x" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@">=15.5 <=16.x" from react-codemirror2@7.2.1
npm ERR! node_modules/react-codemirror2
npm ERR!   dev react-codemirror2@"^7.2.1" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /root/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2022-07-13T11_11_04_448Z-debug-0.log
npm WARN using --force Recommended protections disabled.
npm ERR! Cannot read properties of null (reading 'matches')

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2022-07-13T11_11_28_289Z-debug-0.log
.......... npm install @iarna/toml begin ..........
---------- npm install @iarna/toml succeed ----------
npm WARN using --force Recommended protections disabled.
npm ERR! Cannot read properties of null (reading 'matches')

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2022-07-13T11_13_49_623Z-debug-0.log
.......... npm install axios begin ..........
---------- npm install axios succeed ----------
cron-parser 已正确安装
npm WARN using --force Recommended protections disabled.

["Command failed: kill -9 3528\nsh: can't kill pid 3528: No such process\n"]
## 执行结束...  2022/7/13 19:15:59 npm ERR! Cannot read properties of null (reading 'matches')

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2022-07-13T11_15_46_975Z-debug-0.log

新版本的ql路径都是/ql/data/repo了,希望更新下

ghost commented 1 year ago

已修复