You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to get it to build after figuring out how to use npm -g as nonroot. It builds with nothing that looks like an error. Trying to launch it results in it not launching; the javascript console lists call to undefined function require as the reason.
I know what require is. I don't know what is missing that it would actually work. I'm used to require being provided by the project compiler and existing top-level in the script file being included.
The text was updated successfully, but these errors were encountered:
I was able to get it to build after figuring out how to use
npm -g
as nonroot. It builds with nothing that looks like an error. Trying to launch it results in it not launching; the javascript console lists call to undefined function require as the reason.I know what require is. I don't know what is missing that it would actually work. I'm used to require being provided by the project compiler and existing top-level in the script file being included.
The text was updated successfully, but these errors were encountered: