yoline

Results 4 issues of yoline

通过 `yarn add BYVoid/OpenCC#ver.1.1.7` 安装,用于vite+vue3项目,起初错误是: ```console nopt.js:3 Uncaught ReferenceError: process is not defined at node_modules/nopt/lib/nopt.js (nopt.js:3:13) at __require2 (chunk-AUZ3RYOM.js?v=10a29a4e:18:50) at node_modules/node-pre-gyp/lib/node-pre-gyp.js (node-pre-gyp.js:15:12) at __require2 (chunk-AUZ3RYOM.js?v=10a29a4e:18:50) at node_modules/opencc/node/opencc.js (opencc.js:30:21) at __require2...

npm上的版本搞得有点懵,5个月前发布3.1.0,4个月前又发布了4.0.0-alpha.0,现在npm上的默认安装版本是4.0.0-alpha.0,这个版本能用吗?我之前用的是^2.11.2,后面发布的3.0和4.0有什么变化?兼容^2.11.2吗?现在是安装3.1.0还是4.0.0-alpha.0?

安装的版本,OpenWrt官方源v2ray-core 5.16.0-1: ![image](https://github.com/user-attachments/assets/ddb1f10c-6139-4246-b846-7edd1246c4d3) **直接运行命令** `v2ray run -config /etc/v2ray/config.json` 可以正常运行,在 `config.json` 中配置的日志文件中**能看到启动日志**: ![image](https://github.com/user-attachments/assets/b883e210-588b-4ea4-9a94-867d66546593) 使用安装后自动生成的 init.d `/etc/init.d/v2ray start` **脚本运行**,终端没输出,在 `config.json` 中配置的日志文件**没有日志打印** ,然后再运行 `/etc/init.d/v2ray status` 输出 `active with no instances`: ![image](https://github.com/user-attachments/assets/fec4a159-3bb6-448e-9692-36dbfd1b9b90) init.d 脚本:...

### Only number header: ```markdown # 123 | First Header | Second Header | | ------------ | ------------- | | Content Cell | Content Cell | | Content Cell |...