Closed dwvisser closed 1 year ago
I have made progress by making library version updates that allow the project to build. See https://github.com/dwvisser/streamlit-tags/pull/2 for reference. Once I am happy with it, I may create a proper pull request here.
When I try to
npm install
in streamlit-tags/streamlit_tags/frontend, then eithernpm run start
ornpm run build
, I get this error that I can't seem to get past:Some context:
I get the same errors with NodeJS 18, except to avoid SSH security errors, I have to prefix the launch command with
NODE_OPTIONS=--openssl-legacy-provider
.Is there some undocumented magic sauce to get this working? A particular NodeJS version? A configuration option at launch?