What are the Slack Archives?

Itโ€™s a history of our time together in the Slack Community! Thereโ€™s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you wonโ€™t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hello everyone To update Zed with some modifications, I used the build command. do

U045KD44L7L
U045KD44L7L Posts: 55 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

Hello everyone
To update Zed with some modifications, I used the build command.
docker/sdk console frontend:zed:build

The output screenshot I'm receiving is seen below.

In below message
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

I tried executing the command in the following ways after reading that it will just update the dependency and sync version.

px update-browserslist-db@latest
docker/sdk cli update-browserslist-db@latest

It reports a command not found error.
What is the proper method for executing this command?

Comments

  • Alberto Reyer
    Alberto Reyer Lead Spryker Solution Architect / Technical Director Posts: 690 ๐Ÿช - Explorer

    docker/sdk cli npx update-browserslist-db@latest should work

  • U045KD44L7L
    U045KD44L7L Posts: 55 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    It works @UL6DGRULR Thanks๐Ÿ‘