-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Error: Node Sass version 5.0.0 is incompatible with ^4.0.0. #3016
Comments
Yes, that's how semantic versioning works https://docs.npmjs.com/about-semantic-versioning |
alright I got it but now what I am suppose to do? downgrade |
npm install node-sass@4
…On Sun, 1 Nov 2020, 5:50 am Krishna Torque, ***@***.***> wrote:
Yes, that's how semantic versioning works
https://docs.npmjs.com/about-semantic-versioning
The v5 version won't match anything that depends on ^4
You shouldn't need to manually updated node-sass unless you're looking to
support Node 15. That is really the only change introduced
https://github.com/sass/node-sass/releases/tag/v5.0.0
alright I got it but now what I am suppose to do? downgrade node-sass or
is there any thing else ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3016 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAENSWDERBONWDY5VYPWX2TSNRMADANCNFSM4TGBLQBQ>
.
|
https://github.com/facebook/create-react-app/milestone/79 looks like there's a fix for this facebook/create-react-app#9988 |
Encountered this issue after following instructions. saw issue sass/node-sass#3016 and recent fix facebook#9988
npm -v
): 6.14.8node -v
): 14.15.0node -p process.versions
):node -p process.platform
): linuxnode -p process.arch
): x64node -p "require('node-sass').info"
):npm ls node-sass
): `-- [email protected]ERROR:
Error: Node Sass version 5.0.0 is incompatible with ^4.0.0.
Using
create-react-app
with bootstrapv4.5.3
after update tonode-sass v5
I got this error.The text was updated successfully, but these errors were encountered: