Hello all, I am new to Pact world. I am trying to ...
# pact-js
m
Hello all, I am new to Pact world. I am trying to run Pact JS in my company, but as it turns out, Python is for some reason needed for pact js installation. For some company security reasons I am not able to use python. Is there a way, how to install it without python?
m
I don't think so, unless you get somebody to compile the native dependency and manual install it into the right location after nom install. See also https://github.com/pact-foundation/pact-js/issues/899
Python is a dependency of node gyp, a common part of the node JS build chain to build native dependencies
m
thx, i will look on it
👍 1