CopyPastor

Detecting plagiarism made easy.

Score: 0.841146076374715; Reported for: String similarity Open both answers

Possible Plagiarism

Reposted on 2022-06-25
by Abraham

Original Post

Original - Posted on 2021-12-20
by Abraham



            
Present in both answers; Present only in the new answer; Present only in the old answer;

# Don't use node-sass anymore
`node-sass` has been deprecated. Use use `sass` instead.
You can uninstall the old it and only use `sass` with this commands
npm uninstall node-sass
npm install sass
<br/> <br/>
**But if you want to use `node-sass` anyways**
You can use the following table to install the appropriate version `node-sass` for your installed node version which you can check by the command `node --version`
npm install node-sass@(your version)
[![Enter image description here][1]][1]
[1]: https://i.stack.imgur.com/ZJtyS.png
# Don't use node-sass anymore
`node-sass` is deprecated. Instead use `sass`.
You can uninstall the old and install the new one
npm uninstall node-sass
npm install sass
<br/> <br/>
**But if you prefer to use `node-sass`**
You can use the following table to install the appropriate version `node-sass` for your installed node version which you can check by the command `node --version`
npm install node-sass@(your version)
[![Enter image description here][1]][1]
[1]: https://i.stack.imgur.com/ZJtyS.png

        
Present in both answers; Present only in the new answer; Present only in the old answer;