-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project setup fails with module build error #469
Comments
This comment was marked as resolved.
This comment was marked as resolved.
Yes you'll need to use the version of Node specified in the This repo is on an older/EoL version of Node (v14) and the OpenSSL error in later versions of Node is due to an incompatibility in Storybook v6/Webpack v4 (which is also outdated). I'm attempting to fix that in #432 (comment) etc but right now you should use the version of Node specified in the repo. Also I'm not sure what work you were trying to do here, but this repo is no longer actively maintained, hence some issues like this will crop up. See #453 for more details. |
Welp, I reproduced the second error as well after updating Node and adding This seems to be because we're using Storybook v6 w/ Webpack v4, but dependabot erroneously updated I think CI didn't fail on #227's build b/c CI only checks
|
thanks for Clearing up the issue. I was trying to work on a issue related to UI argoCD-flickering wanted to check how the Autocomplete component is working which could be the reason behind the Unstable UI |
followed the setup guide for the setup of argo-ui with given steps
yarn install
yarn start
yarn start
failed withusing
export NODE_OPTIONS=--openssl-legacy-provider
worked to start the build and server but on server module build fails withThe text was updated successfully, but these errors were encountered: