Updating your store is extremely simple!
Delete index.js
, backend.js
, package.json
, package-lock.json
, node_modules
folder, and the src
folder.
Upload the new index.js
, backend.js
, package.json
, and src
folder.
Run npm i
to install the node modules from the new package.json
file.
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!