Tencent / tmagic-editor

Other
4.19k stars 707 forks source link

初始化项目遇到的几个问题 #602

Closed GoToBoy closed 4 months ago

GoToBoy commented 4 months ago

拉取 tmagic-editor, 执行pnpm i, 获取所有依赖包

运行 pnpm run build:playground

报错: Error: Cannot find module '../lib' Require stack:

第二个报错:

error during build: Error: [commonjs--resolver] Failed to resolve entry for package "@tmagic/utils". The package may have incorrect main/module/exports specified in its package.json

GoToBoy commented 4 months ago

先执行 build 命令后没报错了