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 script
I got the error bellow:
But when I installed node-sass and tried to build again
I got the following error instead:

Solution

Upgrade the sass-loader version works for me.
to be

References


© Foy Wan 2022 - 2025