Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react node-sass

npm uninstall node-sass
npm install node-sass
change the "react-scripts": "4.0.0" into "react-scripts": "4.0.3" in package.json and save
npm install
npm start


or, using yarn -

yarn remove node-sass
yarn add --dev node-sass
as above
yarn install
yarn start
Source by create-react-app.dev #
 
PREVIOUS NEXT
Tagged: #react
ADD COMMENT
Topic
Name
5+5 =