How to resolve Modulebuilderror

Asked

Viewed 8 times

0

It happened that after upgrading ubunto-18.04 to 20.04 and updating nodejs, started giving error in Module build.

Module build failed (from ./node_modules/mini-css-Extract-plugin/dist/Loader.js):
Modulebuilderror: Module build failed (from ./node_modules/Sass-Loader/dist/Cj s.js): Error: Missing Binding /home/user/frontloja/node_modules/Node-Sass/vendor/linux-x64-64/Binding.Node Node Sass could not find a Binding for your Current Environment : Linux 64-bit with Node.js 10.x Found bindings for the following Environments: - Linux 64-bit with Node.js 12.x

1 answer

0

SOLUTION - In my case I solved so:

  1. I removed /node_modules from my application.
  2. Then I reinstalled with yarn install.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.