DEV Community

Tao Liu
Tao Liu

Posted on • Edited on

Things I did to get SCSS to work in a legacy react app

  676  npm install sass
  677  npm install node-sass
  678  npm install

Enter fullscreen mode Exit fullscreen mode

in package.json, change:

"react-scripts": "2.0.0",
Enter fullscreen mode Exit fullscreen mode

to

"react-scripts": "4.0.3",
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay