Node Sass could not find a binding for your current environment: OS X 64-bit with Node.js 14.x. "Found bindings for the following environments" code example

Example 1: Node Sass could not find a binding for your current environment: Linux 64-bit with Node.js 10.x

npm rebuild node-sass

Example 2: Node Sass could not find a binding for your current environment

This usually happens because your environment has changed since running `npm install`.
Run `npm rebuild node-sass` to download the binding for your current environment.