Gawaine O'Gilvie
03/15/2023, 3:07 PMnode-gyp issues that occur on Node v16?
It seems to originate from this script:
"format:fix": "npm run format:base -- --write \"{src,standalone,bin,test}/**/*.{ts,tsx}\"",
"postinstall": "npm run native",
"native": "node-gyp rebuild -v"
the native command specifically where it does the node-gyp rebuild -v
error:
gyp ERR! node -v v16.16.0
gyp ERR! node-gyp -v v3.6.3
I’m using "@pact-foundation/pact": "^11.0.0",Yousaf Nabi (pactflow.io)
Gawaine O'Gilvie
03/15/2023, 6:21 PMYousaf Nabi (pactflow.io)
Gawaine O'Gilvie
03/15/2023, 6:34 PMYousaf Nabi (pactflow.io)
Gawaine O'Gilvie
03/15/2023, 6:58 PMAaron
03/16/2023, 4:38 PMAaron
03/16/2023, 4:40 PMYousaf Nabi (pactflow.io)
Aaron
03/17/2023, 2:35 PM