Error: Node Sass does not yet support your current environment: Windows 64-bit with false
This error message does not indicate a problem with Ionic, but rather with node-sass, which is specified to execute in your Gulp file. The node-sass error: Node Sass does not yet support your current environment indicates that the version of node-sass you are trying to run is not compatible with the version of node installed. … Read more