Check whether the node-sass and node versions correspond node -v The specific corresponding versions are as follows: Image from https://github.com/sass/node-sass The node version does not correspond, upgrade or downgrade the nodeUse nvm to manage and switch node versionsInstall nvm-window https://github.com/coreybutler/nvm-windows. Win10 adds system environment and user environment by default. If the command line cannot use nvm, you need to add the environment yourself Use the image to find the settings.txt file in the nvm installation directory node_mirror: https://npm.taobao.org/mirrors/node/ npm_mirror: https://npm.taobao.org/mirrors/npm/ Install and use node.js through nvm nvm install 12.1.0 To switch to a certain version, you can use the use command, such as: nvm use 12.1.0 After the switch is complete, you can enter node -v and npm -v, and you can see that the version has been switched to the version you want to use. nvm ls node-sass version mismatchExecute in project environment npm uninstall node-sass npm install node-sass@version number --save-dev Check if the node-sass and sass-loader versions correspondThe following are some version numbers corresponding to the specific Baidu sass-loader 4.1.1, node-sass 4.3.0 sass-loader 7.0.3, node-sass 4.7.2 sass-loader 7.3.1, node-sass 4.7.2 sass-loader 7.3.1, node-sass 4.14.1 Execute in project environment npm uninstall node-sass sass-loader npm install sass-loader@version numbernode-sass@version number--save-dev //Install the corresponding version This is the end of this article about the node node-sass sass-loader version correspondence issue. For more relevant node node-sass sass-loader version correspondence content, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Ubuntu 20.04 turns on hidden recording noise reduction function (recommended)
>>: How to query date and time in mysql
Preface In daily code development, there are many...
Preface In web applications, in order to save tra...
introduction Sometimes, if there are a large numb...
Maybe you are using include files here, which is u...
Enctype : Specifies the type of encoding the brows...
Foreign Keys Query which tables the primary key o...
Preface Linux does not have a prominent Recycle B...
Copy code The code is as follows: <html xmlns=...
Why beautify the file control? Just imagine that a...
Nginx cross-domain configuration does not take ef...
Preface I don't know how long this friend has...
This article mainly explains the style of buttons...
1. Enter the Docker official website First, go to...
The Document Object Model (DOM) is a platform, a ...
It is too troublesome to find the installation tu...