Error: Missing binding /home/jandj/Documents/GitHub/Pure_Care_Inc_Canada/SCA Development/Sandbox/SCA1/Extension/node_modules/node-sass/vendor/linux-x64-83/binding.node

The error message you’re encounteringError: Missing binding /home/jandj/Documents/GitHub/Pure_Care_Inc_Canada/SCA Development/Sandbox/SCA1/Extension/node_modules/node-sass/vendor/linux-x64-83/binding

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

Here are a few steps you can take to troubleshoot and solve this issue:

Solution 1

npm rebuild node-sass

now again try to fetch or run local

If we get same error then try solution 2

Solution 2

Try to run the below code in terminal

 

npm uninstall node-sass

&&

npm install node-sass

Then run npm audit fix –force

 

now again try to fetch or run local

Leave a comment

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