The issue with the text
It seems like the solution lies within the error message (see screenshot from provided links below).
not found: python2
indicates that python may not be properly installed or is not in the system path. While Python is usually included in Unix-based systems, it is not pre-installed on Windows machines by default.
What is causing this error and how can it be resolved?
One comment suggests that this could be a SASS problem. However, it is actually related to node-gyp and configuring it correctly on Windows systems can be tricky.
The node-gyp documentation for Windows provides recommendations for software versions as well as troubleshooting steps for using python. This includes setting an npm configuration variable to specify the path to your python executable:
npm config set python /path/to/executable/python2.7
If python can be executed from the command line and adjusting the npm config does not resolve the node-gyp errors, then there may be other misconfigurations at play.
Screenshot of the original error message can be viewed by following the link
https://i.sstatic.net/rERK6.gif