Windows errors when running "npm ci" #829
billwatersiii
started this conversation in
General topics
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(I just noticed that the zap-win.zip for release v2022.11.16 has a zap.exe. I will use that.)
I am having problems installing and running zap on Windows. From the FAQ (https://github.com/project-chip/zap/blob/master/docs/faq.md), I did run
choco install pkgconfiglite
and the steps associated with the GTK .dll files. I had to create the node_modules/canvas/build/Release folder for the GTK steps.Any help here is greatly appreciated. Most of our customers will want to run zap on Windows. We are supported a Matter build environment on Windows.
Here are my tool versions.
Here is the output from my first run.
I could not figure out how to add
exec
to a Windows machine, so I deleted that from this line in package.json."postinstall": "electron-builder install-app-deps && husky install && npm rebuild canvas --update-binary && npm run version-stamp",
Then I reran and got this output.
Beta Was this translation helpful? Give feedback.
All reactions