-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fix Docker Issues #17
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for dusting this off. I can't run it locally at the moment, sorry, so have added a couple of questions in the comments.
yarn run build && \ | ||
yarn cache clean && \ | ||
yarn global add serve | ||
yarn add @babel/plugin-proposal-private-property-in-object --dev && \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be deprecated. Have you tried using https://www.npmjs.com/package/@babel/plugin-transform-private-property-in-object?
yarn add @babel/plugin-proposal-private-property-in-object --dev && \ | ||
npx update-browserslist-db@latest | ||
# Set Node environment to use legacy OpenSSL provider | ||
ENV NODE_OPTIONS=--openssl-legacy-provider |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this unavoidable? If so, log an issue with explorer-frontend too please.
No description provided.