magnifier
magnifier copied to clipboard
Error running magnifier-ui
While trying out magnifier-ui I ran into an issue with NodeJS 18.0 related to OpenSSL. The following fixed it:
export NODE_OPTIONS=--openssl-legacy-provider
Also the VCPKG_DIR variable mentioned in the README isn't set or used, I think it should be VCPKG_ROOT
Can you submit a PR with these changes?