Closed MartB closed 3 years ago
Hi @MartB thank you for the report and possible fix. With us recently replacing node-sass
(which was deprecated) in favor of sass
, this issue shouldn't come up anymore. sass
does not rely on node-gyp
, hence no need to compile it with python.
Hey,
when building without python2 installed (Fedora 33) node-gyp which is required by node-sass errors out.
Applying the following quick and dirty patch solves it: