ts报错:
    Typescript error “Cannot write file … because it would overwrite input file.”

    解决方式:
    image.png

    pwd 获取当前系统路径
    lerna import xxx 能成功需要满足两个条件

    1. 拥有package.json
    2. 拥有git

    如何从一个git仓库中复制文件,且能复制相关git修改记录