Skip to content

monorepo 初始化 (持续更新) #50

@MarkShawn2020

Description

@MarkShawn2020

file-box、padlocal-ts包默认安装的 jimp 是 0.16,没有 es/index.js,导致 vite 打包时错误,在根目录强制为 0.22 即可,see: https://chatgpt.com/c/5dfc8a13-42b2-4c1b-9596-81e23cf1f4bb

// $ROOT/package.json
{
  "resolutions": {
    "jimp": "0.22.12"
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions