Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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

Solution
1 Uninstall node-sass
npm uninstall node-sass

2  use sass by:
npm install -g sass
npm install --save-dev sass
Source by www.codegrepper.com #
 
PREVIOUS NEXT
Tagged: #Node #Sass #version #incompatible
ADD COMMENT
Topic
Name
9+8 =