Open
Description
eapc uses ember-cli-sass which uses node-sass which does a build in the postinstall using node-gyp which uses python.
Dunno exactly what the deal is but it can't find Python even if it is installed.
NOTE: For some reason we did not see this issue last year.
Possible Solution:
npm --add-python-to-path='true' --debug install --global windows-build-tools
(https://github.com/felixrieseberg/windows-build-tools/issues/issues/33)
Metadata
Metadata
Assignees
Labels
No labels