Skip to content

使用npmunistall 无法卸载依赖 #235

@Jirapo

Description

@Jirapo

/lib/uninstall.js 中要移除bin目录文件使用了以下判断:
for (const file in pkgInfo.bin) { ... }
但是bin字段有可能是字符串,比如 mkdirp 中的 bin:"bin/cmd.js", 所以这里有问题。
另外,.npminstall 里面的依赖不会被移除。

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

    Issue actions