labling.blogg.se

Electron node js version
Electron node js version




That is a text file that has information about how the application runs. Now, in order to create a Node application, you're going to need a package.json file. And you can see that I've created a folder here called Electron. So I'm going to switch over to the desktop. I'm going to use one called Hyper, but you can use the Mac terminal or Git Bash if you're on Windows. So in order to get this going, we're going to need to have a terminal application. If you're on a PC and you're downloading Git, make sure you also install Git Bash, which is a simple terminal that lets you use the Linux-style commands in your terminal. Now, this means that you're going to need to have a version of Node.js installed, which you can get from this URL, and you should also have a copy of Git installed, which you can get here.

electron node js version

And what you do with the library is pretty much the same from version to version. Other than that, Electron's actually pretty stable. And in the other versions, you can use Node 12. So in the same way different versions of Node are also going to have different capabilities, and so you can see that in the current version. And so different versions of Electron are going to give you capabilities that are dependent on those different versions of Chrome. And so this Chromium thing that you see here specifying in the releases is the version of Google Chrome that is being used in the browser that you use to create the application. And that browser happens to be Google Chrome. But what it's doing is essentially running a browser. So Electron is essentially an application that is wrapped around a window, and it gives you the ability to create menus. And I just want to show you that the main difference is the version of Node.js that each one of these versions uses, as well as the version of Chromium. So I would stay away from that one, and even the beta most of the time. And finally, there is the nightly version, which is the cutting-edge version of the framework.

electron node js version

And then there is the beta, which is a version that is going to be released soon. The first one is the latest version, which is usually the most stable version of the platform. Now, if you go to the Electron website, and you scroll down just a little bit, you can see that there are three releases. Take a look at what it takes to install Electron.






Electron node js version