In order to be able to distribute the tool easier, we have to create a packager.
It will download NodeJS binaries for Windows, Mac and GNU (both their 32 and 64 bit versions), will copy the required files and then create a ready for distribution archive.
The benefits:
The user want be forced to install anything.
We will prevent any issues related to too old or too new version of NodeJS, installed on the remote machine.
In order to be able to distribute the tool easier, we have to create a packager. It will download NodeJS binaries for Windows, Mac and GNU (both their 32 and 64 bit versions), will copy the required files and then create a ready for distribution archive.
The benefits: