Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Error: Node Sass version 5.0.0 is incompatible with ^4.0

npm uninstall node-sass
npm install node-sass@4.14.1

Or, if using yarn (default in newer CRA versions)

yarn remove node-sass
yarn add node-sass@4.14.1
Source by www.codegrepper.com #
 
PREVIOUS NEXT
Tagged: #Node #Sass #version #incompatible
ADD COMMENT
Topic
Name
6+4 =