How to Bundle your Node.js application into an executable for Windows, Linux, and OS X

preview_player
Показать описание


✅ Project files

✅ Links

💬 Let’s connect:

Twitter – @VLabStudio
GitHub – VLabStudio

✅ Information about me:

Name: Vincent
Country: Denmark
Age: 21

Рекомендации по теме
Комментарии
Автор

thanks man, this video is really helpfull

arfeenmushtaq
Автор

Thank you for this tutorial!
Indeed, pkg is very good, but it really struggles when it comes to complicated projects with a lot of 3rd party dependencies.

BGSlimBG
Автор

Very good tutorial, maybe you could show how to build an installer for the folder and the exe sometime in the future

gameunderground
Автор

Short + informative = very useful, thanks.

amirnazari
Автор

Please share what I can do if the user doesn't have nodeJs installed in his machine?

rupbhaiya
Автор

thanks for the video bro very short infromation lol

fatmanurerturk
Автор

great i want to include localdatabase how can i do
i mean this app can be run without hosting database or xamm and else

khantsithuphyo
Автор

This is great! Is there anything we can do where clicking on the executable can open your browser on localhost rather than us manually doing it?

tootyrnt
Автор

How could I do to make my executable work anywhere on my pc ?

Noukhba-TV
Автор

what if you have index.ts and uses multiple files like a.ts

sohilahmed
Автор

Hi, when i try to node ....js it says not able to build for 'linux' only for 'win' can you help me sir

trajigt
Автор

jesus, I need a scanning electron microscope to read the text in the video

koggism
Автор

5:00 Great! I would reccomend to just get the photo from a cloud or something like that.

BastelPichi
Автор

is there a way to automatically open the localhost3000?

jayvinfp
Автор

Hi... PKG doesn't work for Node.JS 32bit?

doidopb
Автор

I want to transform an html5 game i made to exe ... can I do that with this? I can do it with NW js but you have to do sort of make a json file yourself .. and it's annoying ... I just wanna load my index file and hit export as exe

jessicawinslet
Автор

I tried to do the same thing, but what if you add node_modules to your dependency and delete the node_modules it doesn't work. Do you have any suggestions for that scenario?

nakulgawande
Автор

hey boby, did you watch you videos before upload?
It's to read this small font's.

wxIyz
Автор

if we no need of sever and just wanted to run few commands on the user's system, then i've used pkg and added assets in package.json and made executable using pkg packge.json, but at the runtime its showing the path of the files as but not using those files actually, so command is getting failed in user's system ...do we need to set any permission to access the asset folder or like express.static in server case...or any other way to do it. (for path m using path.join(__dirname, 'utils/'))

shashankbhatnagar
Автор

Sup vince
This time im making a gdps
And im making a web installer

DeveloVooshGWeb