Start the project and prompt the following error
Error: Node Sass version 6.0.1 is incompatible with ^4.0.0.
Cause analysis
node-sass The version is too high, you need to uninstall and install the lower version.
Uninstall higher version
npm uninstall node-sass
Install lower version
cnpm install [email protected]
Run project
npm run serve
Read More:
- [Solved] Error:Kotlin: Module was compiled with an incompatible version of Kotlin. The binary version of
- Spring Cloud Hoxton.SR9 gateway and reactor-netty 0.9.0.RELEASE is Incompatible [How to Solve]
- Mongodb java version 3.X, prompt “XXX (an encryption algorithm) is not available” when there is a user name and password
- Spring Security Upgrade to Version 5.5.7, 5.6.4 or Above to Startup Error (Version incompatibility)
- Idea create Maven project Error: [error] no longer supports source option 1.5. Please use version 1.6 or higher, and the idea reports an error: error: Java does not support the error of release version 5
- [Solved] ‘build.plugins.plugin.version‘ for org.springframework.boot:spring-boot-maven-plugin is missing.
- How to Solve EasyExcel3.0.5 Version Error
- Twitter’s distributed self increasing ID algorithm snowflake (Java version)
- The node requests the API address written by java to report an error error:getaddrinfo ENOTFOUND
- How to Solve Java Runtime (class file version 53.0)ERROR
- [Solved] Linux java -jar Start Project Error: Unsupported major.minor version 52.0
- IDEA pom.xml dependency version error [How to Solve]
- [Solved] mvn -v error: Unsupported major. minor version 51.0
- Springboot2.6X version integrate knife4j error [How to Solve]
- ERROR launching ‘JD-GUI‘ No suitable Java version [How to Solve]
- [Solved] Syntax Error: Error: ENOENT: no such file or directory, scandir ‘D:\LeStoreD
- How to Solve JD-GUI Start Error (Mac ARM Version)
- IDEA-Error java error release version 5 not supported (How To Fix)
- [Solved] Solr8 establishes the cluster node as active, but the query reports an error
- serviceimpl inherits generic public impl startup error: ClassCastException (Mybatis-plus version Issue)