HOW TO INSTALL NODEJS, NPM, AND THE CORRECT PACKAGES
0) Install nodeJS, latest stable release 16.X+ https://nodejs.org/en/download/
1) In osciajoints folder, rename(or delete) ‘package-lock.json’, and ‘node_modules’
2) run “npm install –global windows-build-tools@4.0.0”
3) run “npm install”
4) Packages are up to date!
HOW TO BUILD JS
0) On osciajoints folder, run “npm run build”
1) upload the newly created scrips.js, scrips.js.map, and the JS file that has the changes
2) JS is updated!
My versions:
NPM – 8.11.0
nodeJS – 16.16.0
Python – 2.7.14