I noticed different issues regarding ternjs install on windows, I had problems myself, the default answer in the issues is "manually do npm install"
This is not a terrible workaround, but still, is a workaround
Using shell=True on windows let the installer run smoothly (it's a PATH problem, without shell), I also added loglevel=silent on npm to avoid it returning code 1 because it couldn't write on STDERR/STDOUT
I am no python programmer, so don't expect a classy PR... it's just a bugfix one
I noticed different issues regarding ternjs install on windows, I had problems myself, the default answer in the issues is "manually do npm install"
This is not a terrible workaround, but still, is a workaround
Using
shell=True
on windows let the installer run smoothly (it's a PATH problem, without shell), I also addedloglevel=silent
on npm to avoid it returning code 1 because it couldn't write on STDERR/STDOUTI am no python programmer, so don't expect a classy PR... it's just a bugfix one