nwjsManager.install('0.35.5', /* sdk */ true)
nwjsManager.install('0.72.0', /* not sdk */ false)
nwjsManager.ensureVersion('0.72.0') /* if current NW.js version < 0.72.0 then install 0.72.0 */
git clone https://github.com/krypciak/cc-nwjs-manager
cd cc-nwjs-manager
pnpm install
pnpm run start
# this should return no errors (hopefully)
npx tsc