npm packages #228

Closed
opened 2026-01-29 16:34:18 +00:00 by claunia · 2 comments
Owner

Originally created by @anaether on GitHub (Oct 27, 2018).

Hallo,

Ich möchte nachfragen, wie ich weitere NodeJS Module installieren kann, sodass sie von Electron.NET mit kompiliert werden?

MfG,
Andi

Originally created by @anaether on GitHub (Oct 27, 2018). Hallo, Ich möchte nachfragen, wie ich weitere NodeJS Module installieren kann, sodass sie von Electron.NET mit kompiliert werden? MfG, Andi
Author
Owner

@jaime-olivares commented on GitHub (Nov 5, 2018):

Translation: How can I install more NodeJS modules so they are compiled by Electron.NET?

Possible answer: Electron.NET will just execute whatever is dropped into the /wwwroot folder. You can add a regular web client application there, so you can use npm modules with browserify (see tutorial here: https://javascriptplayground.com/backbone-browserify/)

@jaime-olivares commented on GitHub (Nov 5, 2018): Translation: How can I install more NodeJS modules so they are compiled by Electron.NET? Possible answer: Electron.NET will just execute whatever is dropped into the /wwwroot folder. You can add a regular web client application there, so you can use npm modules with browserify (see tutorial here: https://javascriptplayground.com/backbone-browserify/)
Author
Owner

@GregorBiswanger commented on GitHub (Jan 3, 2019):

Duplicate of #43

@GregorBiswanger commented on GitHub (Jan 3, 2019): Duplicate of #43
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#228