Cannot find module 'node-sass'
date
Jan 3, 2023
slug
Cannot-find-module-node-sass
status
Published
tags
Bugfix
Node.js
Webpack
summary
type
Post
Background
I had a project with
Node
packages below:Problem
When I tried to build the project with
Webpack
build scriptI got the error bellow:
But when I installed
node-sass
and tried to build againI got the following error instead:
Solution
Upgrade the
sass-loader
version works for me.to be