Updates


Updating your store is extremely simple!

Step 1

Delete index.js, backend.js, package.json, package-lock.json, node_modules folder, and the src folder.

Step 2

Upload the new index.js, backend.js, package.json, and src folder.

Step 3

Run npm i to install the node modules from the new package.json file.

Step 4

Start your store with node .

Verify that no changes have been done to the config file, if there have been changes (it will say so in the console at startup) make sure to correct them and then restart your store after doing so!