-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Tsconfig not found issue during build #3994
Comments
Ref: #3985 It looks like there is a problem with the Rspack resolver on Centos 7. Can you try downgrading For example, use pnpm overrides: // package.json
{
"pnpm": {
"overrides": {
"@rspack/core": "1.1.0"
}
}
}
|
The build was completed when the version of @rspack/core was downgraded to 1.1.0. tks for your support. |
@chenjiahan I am experiencing this with rspress, how do I downgrade? |
The same as #3994 (comment) |
Okay, thanks. That'll do. |
I have released https://github.com/web-infra-dev/rsbuild/releases/tag/v1.1.3 to pin Rspack 1.1.0 and this should fix the problem. |
That's fine. No problem. |
Fixed in Rspack v1.1.2 |
Version
Details
Reproduce link
无需仓库,官网的例子, 没有任何修改
Reproduce Steps
直接使用 pnpm create rsbuild@latest 的 react typescript 的模板生成项目。
未作任何修改 pnpm install 后执行 pnpm build 就报 Tsconfig not found 编译不下去。
The text was updated successfully, but these errors were encountered: