Skip to content

Dev server not starting with react plugin #2837

Answered by 9aoy
iamravisingh asked this question in Q&A
Discussion options

You must be logged in to vote

Hey, according to the error message you provided, I suspect that you have installed an unexpected version of rsbuild (rsbuild 1.0.0 is a deprecated version 😭 ), maybe you should lock rsbuild to 1.0.0-alpha.5.

npmPackages:
-   @rsbuild/core: ^1.0.0-alpha.5
-   @rsbuild/plugin-eslint: ^1.0.0
-   @rsbuild/plugin-react: ^1.0.0-alpha.5
-   @rsbuild/plugin-sass: ^1.0.0-alpha.5
+   @rsbuild/core: 1.0.0-alpha.5
+   @rsbuild/plugin-eslint: 1.0.0-alpha.5
+   @rsbuild/plugin-react: 1.0.0-alpha.5
+   @rsbuild/plugin-sass: 1.0.0-alpha.5

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@iamravisingh
Comment options

Answer selected by iamravisingh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants