Error: Missing binding /home/jandj/Documents/GitHub/Rize_Home_USA_NS/Sandbox/Extension/node_modules/node-sass/vendor/linux-x64-93/binding.node

This path might be change According to Project.

Scenario

when we try to fetch or run local error message as shown above will display in our terminal.

Solution

open terminal 

Select NVM 12.21.0 using below code 

nvm use 12.21.0

install npm 

run below comand to download the binding for our current environment.

npm rebuild node-sass

now again try to fetch or run local 

Leave a comment

Your email address will not be published. Required fields are marked *