AnEmortalKid / avocapture

A replay renaming overlay
3 stars 0 forks source link

Users requiring NPM on initial install #21

Closed AnEmortalKid closed 2 years ago

AnEmortalKid commented 2 years ago

At the moment, users reuqire NPM during the install process .However, if some users don't have that, perhaps we should pre-package the extensions and not install......

Perhaps we can try two different mechanisms of install:

  1. Unpackaged (requires NPM)
  2. Packaged (zip and unzip).
AnEmortalKid commented 2 years ago

Actually unzipped won't work since we require the extensions and that's gonna require node....

AnEmortalKid commented 2 years ago

Or maybe not....... if we don't find npm can we still require.....

AnEmortalKid commented 2 years ago

OBS websocket install instructions should point to: https://obsproject.com/forum/resources/obs-websocket-remote-control-obs-studio-using-websockets.466/

AnEmortalKid commented 2 years ago

NPM is only needed for install/update of extensions.

However, we could do this with zipped extensions if npm is not setup, and just expect it to unzip with the required node_modules.