How to Compile your Node.js Application into an Executable Using Nexe 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

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

Subbed, actual helpful content... Keep it up.

AnasandAmmar
Автор

Is it possible to extract source code from nexe build? I want to use it in production so that shouldn't happen. PKG doesn't reveal the code as it converts into binary, but PKG fails making build of my project.

RushiVaghasiya-ko
Автор

nexe work proper for ubuntu but not for windows 10
while starting exe it show terminal with "Welcome to node.js v14.5.0 >"

build exe not executing

atulmahankal
Автор

You got a real good format going on here with valuable bite-size useful tutorials. I have subscribed and wish you all the success for the future. Keep creating great little gems and nuggets of tuts.
My only suggestion and request to be more beneficial is if you increase your font-size a little more when your filming so users could follow along with easier. Thank you.

hak
Автор

'nexe' is not recognized as an internal or external command, this is the error i get when i try to run nexe command.

npm i nexe -g, i installed it like this.

Please help me if possible

sankeths
Автор

it builted and finished but can't find the exe file where is it located? Not in the current directory i checked

Richard-wglu
Автор

Why making a .exe if you still run it from the terminal the point of a .exe is that you dont have to do that

FlockersDesign
Автор

May I use EJS view engine with this? In npm-pkg doesn't work or I'm doing something wrong. Help me, please!

viniciusholanda
Автор

Hi, after 2years of uploading I've found this useful video. The only issue I have is after declaring all my resources, the exe doesn't work outside the folder.

westormerino
Автор

Is there a way to deploy it into microsoft store

sososisi
Автор

Here is the list of available build platforms.
DATE: 28.03.201

['win-ia32-6.11.2', 'windows-x86-6.11.2'],
[{ version: '6.11.2', platform: 'win', arch: 'ia32' }, 'windows-x86-6.11.2'],
['win32-x64-6.11.2', 'windows-x64-6.11.2'],
['win-amd64-6.11.2', 'windows-x64-6.11.2'],
['darwin-x64-v8.4.0', 'mac-x64-8.4.0'],
['macos-x64-v8.4.0', 'mac-x64-8.4.0'],
['static-x86-6.10.3', 'alpine-x86-6.10.3'],
['linux-x32', `linux-x86-${process.version.slice(1)}`],
['alpine-notsupported-6.10.3', `alpine-${arch}-6.10.3`],

SuperJKO
Автор

excelent video, I have question, if I dont want to include folder node_modules? is there anyway to do it without using -r "node_modules/**/*.*" ?

germanvalentino
Автор

don't working bro: Error: vcbuild.bat nosign release x64 exited with code: 1

yuitud
Автор

Is it possible to change the html content after build exe ?

naveensr
Автор

What is solution for if i use external package and specifics files?

Example

/node_modules
/myfiles/
- myfiles.js
/views/
- home.ejs
server.js

NodeJS+Express and template ejs

alepidrone
Автор

It tells me I must use the build flag (--build)
How do I use this
Nexe - - build name.js - r "name..."?
Thank you!

arturo
Автор

doesn't work, it says "i nexe 3.3.7
√ Already downloaded...
√ Compiling Node with arguments: nosign, release, x64
√ Finished in 2.486s

Error: vcbuild.bat nosign release x64 exited with code: 1

See nexe -h for usage..", how can I fix?

destan