[PR #328] Converted global npm dependencies to use npx #1146

Open
opened 2026-01-29 16:57:47 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/ElectronNET/Electron.NET/pull/328

State: closed
Merged: Yes


These changes remove the need to either A) install tools globally (typescript and electron-builder) and B) call tools locally via actual path (some tsc calls find the bin path first).

This should avoid any differences between platforms but I haven't been able to test it on every platform (just Windows for now). I should be able to run some tests on Linux this weekend.

See my comment on #313 for more details.

**Original Pull Request:** https://github.com/ElectronNET/Electron.NET/pull/328 **State:** closed **Merged:** Yes --- These changes remove the need to either A) install tools globally (`typescript` and `electron-builder`) and B) call tools locally via actual path (some `tsc` calls find the bin path first). This should avoid any differences between platforms but I haven't been able to test it on every platform (just Windows for now). I should be able to run some tests on Linux this weekend. See [my comment](https://github.com/ElectronNET/Electron.NET/pull/313#issuecomment-545256352) on #313 for more details.
claunia added the pull-request label 2026-01-29 16:57:47 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1146