Build For Open Source

Install Node.js

When you make changes to the javascript code, you need to get a build of the code, for this you need to have Node.js installed on your computer.

Download Node.js directly from the link below and install everything on your computer.


How to build?

  1. Go to the directory of your script via CMD ( Example Command: 'cd c:\user\directory' )

  2. After reaching the directory where our script is located; we install the necessary modules to the package. ( Example Command: 'npm install --force' / you should definitely use the --force tag. )

  3. After finishing the package installation process, you should type 'npm run build' in the console to get a build.


Last updated

Was this helpful?