缺少local.netease.com-key.pem #214
Replies: 1 comment
-
https://github.com/NetEase/tango?tab=readme-ov-file#local-https-certificate |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
yarn start之后报错,没有local.netease.com-key.pem这个文件或目录,我需要自己添加这个证书吗?还是漏了那一步?
这是完整的报错信息
fatal - Error: ENOENT: no such file or directory, open 'F:\AndroidStudioProjects\tango\apps\playground\local.netease.com-key.pem'
at readFileSync (node:fs:448:20)
at createHttpsServer (F:\AndroidStudioProjects\tango\node_modules@umijs\bundler-utils\dist\https.js:114:39)
at async createServer (F:\AndroidStudioProjects\tango\node_modules@umijs\bundler-webpack\dist\server\server.js:197:14)
at async Proxy.dev (F:\AndroidStudioProjects\tango\node_modules@umijs\bundler-webpack\dist\dev.js:64:3)
at async Command.fn (F:\AndroidStudioProjects\tango\node_modules@umijs\preset-umi\dist\commands\dev\dev.js:409:9)
at async Service.run (F:\AndroidStudioProjects\tango\node_modules@umijs\core\dist\service\service.js:328:15)
at async Service.run2 (F:\AndroidStudioProjects\tango\node_modules\umi\dist\service\service.js:65:12)
at async F:\AndroidStudioProjects\tango\node_modules\umi\dist\cli\forkedDev.js:23:5 {
errno: -4058,
code: 'ENOENT',
syscall: 'open',
path: 'F:\AndroidStudioProjects\tango\apps\playground\local.netease.com-key.pem'
}
fatal - A complete log of this run can be found in:
fatal - F:\AndroidStudioProjects\tango\apps\playground\node_modules.cache\logger\umi.log
fatal - Consider reporting a GitHub issue on https://github.com/umijs/umi/issues
Beta Was this translation helpful? Give feedback.
All reactions