Thursday, April 18, 2019

How does Python end up installed to begin with in order for Angular to use it to compile Sass to CSS?

It can end up installed with node/npm and it can end up installed with Visual Studio. If you manually install Python it may end up not where node expects it to be. Per this fix that with:

npm config set python "c:\Python\27\python.exe"

No comments:

Post a Comment