Skip to content

TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string or an instance of URL. Received undefined #158

@tucke

Description

@tucke
版本号:

3.4.2

问题描述:

无法启动

截图&代码:

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)
···

Activity

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
zhangdaiscott

zhangdaiscott commented on Sep 27, 2022

@zhangdaiscott
Member

修复了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @zhangdaiscott@tucke

        Issue actions

          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