Installation
This page will demonstrate how to install RCE.JS from Node Package Manager (NPM), as well as from GitHub for the master branch for early features!
Node Package Manager (NPM)
After creating a NodeJS project, you can install RCE.JS from Node Package Manager using the following command:
Installing RCE.JS from Node Package Manager will give you the stable version of the library which is best for amateur developers as there will be significantly less bugs and changes.
GitHub
If you installed from Node Package Manager, you can ignore this step! Please note that installing RCE.JS from GitHub will give you the master branch which is essentially a beta and is subject to bugs and unexpected changes. Only use this if you're an experienced developer!
After creating a NodeJS project, you can install RCE.JS from GitHub using the following command:
Please note that you may need to install a git client on your computer and/ or server you're installing the library from.
Last updated