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 fellow sprykers 🙂 I’m having troubles building zed’s frontend, in my pro

U03EDGXUTPH
U03EDGXUTPH Posts: 36 🧑🏻‍🚀 - Cadet
edited October 2022 in Help

Hello fellow sprykers 🙂 I’m having troubles building zed’s frontend, in my project and the b2c demo shop as well: Running npm run zed will always result in an error because the sass module can’t find some libraries (I understand). Any help would be greatly appreciated!
Here’s the console output for npm run zed:


Comments

  • U019JM2HE7N
    U019JM2HE7N Posts: 61 🧑🏻‍🚀 - Cadet

    Hi @U03EDGXUTPH, this error indicates that bootstrap is missing in your node_modules. Make sure you run

    docker/sdk console frontend:zed:install-dependencies
    

    to install it from assets/Zed/package.json before you run

    docker/sdk cli npm run zed
    
  • U03EDGXUTPH
    U03EDGXUTPH Posts: 36 🧑🏻‍🚀 - Cadet

    Thanks! That seems to have done it!