Install a specific version of
https://askubuntu.com/questions/957439/how-to-install-a-specific-version-of-node-on-ubuntu-server
#ubuntu #linux #nodejs #node #versioin #installation
NODEJS
on linux server:https://askubuntu.com/questions/957439/how-to-install-a-specific-version-of-node-on-ubuntu-server
#ubuntu #linux #nodejs #node #versioin #installation
Ask Ubuntu
How to install a Specific Version of Node on Ubuntu Server
I am trying to install Node 6.11.3 on my Ubuntu Server.
I don't want to use nvm for this.
I have already used this link but it just does not work out while using jenkins and stuff.
I want to
I don't want to use nvm for this.
I have already used this link but it just does not work out while using jenkins and stuff.
I want to
How to create a an application for your platform? Let's say an
I suppose you have
Now you can generate a native app from your website using the command below:
There are many parameters you can give to
#nativefier #nodejs #npm #electron #mac #windows #exe
EXE
file for windows and .app
for MAC or a binary for linux.I suppose you have
nodejs
and npm
already installed. You need to install nativefier
node module using the command below first:npm install -g nativefier
Now you can generate a native app from your website using the command below:
nativefier "https://www.google.com/" --name="Google"
There are many parameters you can give to
nativefier
in order to set custom settings on it. Check nativefier --help
for that.#nativefier #nodejs #npm #electron #mac #windows #exe