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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
(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 pkgconfigliteand 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
execto 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