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:

npm install rce.js

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

After creating a NodeJS project, you can install RCE.JS from GitHub using the following command:

npm install b1nzeex/rce.js

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