aws / graph-explorer

React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
https://github.com/aws/graph-explorer
Apache License 2.0
328 stars 48 forks source link

[Bug] caniuse and browserlist not updating with docker #117

Closed davinci07 closed 1 year ago

davinci07 commented 1 year ago

Hello all!

I've been trying to run this graph-explorer and followed the instructions as necessary. However on STEP 8/12 after running docker build -t graph-explorer . in the root directory with running to this error:

(!) "base" option should end with a slash. vite v3.2.0 building for production... transforming... Browserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme

This is running in an EC2 instance with AWS Linux (CentOS) with about 30 GB of memory and it should connect to Neptune that is in the same VPC and subnet. I have tried it on ubuntu on May 25 2023 and it ran without issues. Do to company policy, I would need to use AWS Linux instead of ubuntu.

Things I have tried:

It seems like an issue in the docker container. What could work in this situation? Should I update something in the dockerfile?

krlawrence commented 1 year ago

We have another issue to reduce/remove such messages. However that message can be ignored. Have you tried using the container that was built? Please also see #109

joywa commented 1 year ago

@davinci07 this is now closed with PR #118 , thank you for reporting!