slackk0t0
10/26/2022, 1:14 AMMatt (pactflow.io / pact-js / pact-go)
slackk0t0
10/26/2022, 1:19 AMMatt (pactflow.io / pact-js / pact-go)
Timothy Jones
10/26/2022, 2:16 AMVisualStudioCode has a C/C++ Compiler extension. Would pact recognize it?This isn't really a pact question - it's more of a node ecosystem / node-gyp question
Timothy Jones
10/26/2022, 2:17 AMTimothy Jones
10/26/2022, 2:18 AMTimothy Jones
10/26/2022, 2:18 AMTimothy Jones
10/26/2022, 2:19 AMslackk0t0
10/26/2022, 3:33 AMTimothy Jones
10/26/2022, 3:49 AMTimothy Jones
10/26/2022, 3:51 AMslackk0t0
10/26/2022, 6:33 AMamanda stecz
10/26/2022, 10:11 PMamanda stecz
10/26/2022, 10:11 PMamanda stecz
10/26/2022, 10:14 PMuglyog
amanda stecz
10/26/2022, 10:30 PMamanda stecz
10/26/2022, 10:31 PMamanda stecz
10/26/2022, 10:36 PMTimothy Jones
10/26/2022, 10:38 PMI find it unacceptable that a Node.js package requires Python and C++ to install@uglyog This is more of a "node ecosystem on windows" problem than a pact problem
Timothy Jones
10/26/2022, 10:39 PMnpm install on windows takes minutes to do what takes seconds on a mac / linux machineTimothy Jones
10/26/2022, 10:40 PMTimothy Jones
10/26/2022, 10:41 PMMatt (pactflow.io / pact-js / pact-go)
There might be some solutions using prebuilt binaries, but then we’re back at the problems we used to haveI think we could do both. In the cases with corporate proxies that don’t allow it, they’ll have to fallback to node gyp (or optional dependencies, which have a number of issues). For everyone else, pre-gyp could be made to download the pre-made binaries and skip the need for the build chain.
Matt (pactflow.io / pact-js / pact-go)
Hello, me too! I’m trying to install pact for javascript in my computer. I use VS Code but when installing the pact dependency several node-gyp errors appeared.Can you please elaborate on the VS Code bit. Are you installing with VS Code, or just coding in VS Code?
Timothy Jones
10/26/2022, 11:24 PMMatt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Timothy Jones
10/26/2022, 11:32 PMgyp is looking for the visual studio build tools. I think those are the most idiomatic on windows, whether they're the only ones, I don't know.
I find it pretty surprising that people have windows development machines without these tools installed - but it has been a long time since I developed anything on windows, so the ecosystem might have changed.Timothy Jones
10/26/2022, 11:33 PMamanda stecz
10/26/2022, 11:41 PMamanda stecz
10/26/2022, 11:53 PMnpm i @pact_foundation/pactamanda stecz
10/27/2022, 12:02 AMamanda stecz
10/27/2022, 12:03 AMamanda stecz
10/27/2022, 12:04 AMTimothy Jones
10/27/2022, 12:20 AMamanda stecz
10/27/2022, 12:22 AMslackk0t0
10/27/2022, 8:44 AMMatt (pactflow.io / pact-js / pact-go)