You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vite-plugin-mkcert 这个依赖没有锁定版本号,现在默认使用的是 1.10.0 导致项目无法启动报错
···
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string or an instance of URL. Received undefined
at new NodeError (node:internal/errors:387:5)
at fileURLToPath (node:internal/url:1434:11)
···
changed the title [-]vite-plugin-mkcert 版本依赖问题[/-][+]TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string or an instance of URL. Received undefined[/+]on Sep 27, 2022
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string or an instance of URL. Received undefined · Issue #158 · jeecgboot/JeecgBoot-vue3
Activity
[-]vite-plugin-mkcert 版本依赖问题[/-][+]TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string or an instance of URL. Received undefined[/+]zhangdaiscott commentedon Sep 27, 2022
修复了