Implementation npm install --save less less-loader
After installing less, error will be reported when using less in style
This situation is caused by the over high version of less loader. You can check the current version of less in package.json
to find out
Therefore, in view of this situation, we can first uninstall the existing less loader, and then install the lower version of less loader
NPM install
NPM install [email protected] –save
Run it again
Read More:
- [error record] as compilation error (Android support plugin version is too high | upgrade Android studio to the latest version)
- Solution to unbalanced load of multiple cards (GPU’s 0 card is too high) in Python model training (simple and effective)
- How to solve the problem of “version 11 or greater is required” in eclipse 2020
- How to use high version OpenGL under Windows
- The problem of MAC switching JDK version and RN Android JDK version leads to compilation failure. Solve it
- Solve the problem that target code version of Maven project sub module in IntelliJ idea is always rolled back
- Solve the problem of error running xxxapplication command line is too long when compiling and running IntelliJ idea
- Location and optimization of server IO high problem
- Solve the problem that WSL occupies too much C disk
- Solve the problem of Too many levels of symbolic links
- This version of chromedriver only supports chrome version 92 crawler simulates the problem of Google plug-in version when the browser clicks and reports an error
- Solve the problem of docker error: Unsupported compose file version: 3.2
- Version 1.8.0_201 of the JVM is not suitable for this product. Version: 11 or greater is required.
- [solved] runtimeerror: module compiled against API version 0xc but this version of numpy is 0xb
- Solve the problem of jdk8 after win7 is installed. Has value ‘1.8’, but ‘1.7’ is required
- The binary version of its metadata is 1.5.1, expected version is 1.1.16
- Solve the problem that stdole32.tlb is missing when win7 Microsoft Office 2007 Pro Plus excel is opened
- Start eclipse and prompt version 1.7.0_ 79 of the JVM is not suitable for this product. Version: 1.8 or greater i…
- Error: cudaGetDevice() failed. Status: CUDA driver version is insufficient for CUDA runtime version
- The python version output from the command line is inconsistent with the python version in the current CONDA environment