investigate python 2.x dependency introduced by sass it seems that `npm install` will now fail on a machine with python 3.x I think the culprit is node-gyp which builds node-sass from source. ## env ``` macOS 10.14.5 Beta node v11.10.0 npm 6.8.0 ```