'sass version is incompatible

I have problems with my code. I installed dependencies one by one, but the last of them was sass. I need or better to say I have to install node-sass version ^4.13.1 but can't install it, so I try to install the last version of node-sass, but I get this error:

Error: Node Sass version 6.0.1 is incompatible with ^4.0.0.

I can't change the version to higher than 4, because all of my dependencies are fixed right now. Tried all of the 4.x.x versions, but can't install any of them.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source