Installing cubed-session

Installing cubed-session is really simple

Installation

It is recommended that you have experience with NodeJS and JavaScript before using cubed-session

Make sure you are in the folder of your project and that you have initialized NPM. If you haven't already done this, type the following command then follow the prompts:

$ npm init

Now that you have NPM initialized type the following command to install Cubed-API:

npm i cubed-session

If you didn't get any errors Cubed-Session should now be installed.

Once you have written your code, you can run it by typing the command node . in the command promt

Last updated

Was this helpful?