AnyProxy启动出现错误
- Dominant language
- JavaScript
- Stars
- 7.9k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
平台: Fedora 27 x86_64 Linux 4.17.11-100.fc27.x86_64
AnyProxy 版本: 4.0.11
AnyProxy在启动时报错,
```
[localhost@PC]$ anyproxy
module.js:549
throw err;
^
Error: Cannot find module './rootCaCheck'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:474:25)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object. (/usr/lib/node_modules/anyproxy/bin/anyproxy:10:17)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
```
对js内容,了解不多,请问如何能够解决这个问题?
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the Fedora 27 startup failure with AnyProxy 4.0.11 using the `anyproxy` command. Start at `/usr/lib/node_modules/anyproxy/bin/anyproxy` and inspect the `./rootCaCheck` require shown in the stack trace; done means AnyProxy starts without the missing-module error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100