You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the https://github.com/tachybase/tachybase project, our original use of umi wasn't very complex, so we expected a smooth transition to mako. The build process actually went smoothly, but we encountered this issue during development and haven't figured out how to resolve it.
复现方式
Steps to reproduce
git clone https://github.com/tachybase/tachybase.git
cd tachybase
git checkout feat/migrate-to-mako
pnpm install
pnpm dev --client
The text was updated successfully, but these errors were encountered:
ERR_PNPM_UNEXPECTED_PKG_CONTENT_IN_STORE Package name mismatch found while reading {"integrity":"sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==","tarball":"https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.0.tgz"} from the store.
在 https://github.com/tachybase/tachybase 项目中,我们原本 umi 使用的场景没有那么复杂,所以期望能平滑切换到 mako,实际上 build 的过程很顺利,但是开发过程遇到了这个问题,而且不知道怎么解决这个问题。
In the https://github.com/tachybase/tachybase project, our original use of umi wasn't very complex, so we expected a smooth transition to mako. The build process actually went smoothly, but we encountered this issue during development and haven't figured out how to resolve it.
复现方式
Steps to reproduce
git clone https://github.com/tachybase/tachybase.git cd tachybase git checkout feat/migrate-to-mako pnpm install pnpm dev --client
The text was updated successfully, but these errors were encountered: