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..
With the latest update to spryker/gui 3.49.0 we can't build ZED anymore. `docker/sdk console fronten
With the latest update to spryker/gui 3.49.0 we can't build ZED anymore. docker/sdk console frontend:project:install-dependencies -vvv
seems to install all dependencies but it still breaks with like 50 missing files during the build process. If I take the dependencies from spryker/gui package.json and merge all those in the package.json on our project root a docker/sdk cli npm run zed
will build Zed again. Am I doing something wrong or is this a bug in frontend:project:install-dependencies
?
Comments
-
Does your project root package.json contain the required workspace definition?
https://github.com/spryker-shop/suite/blob/master/package.json#L10
Also check if your node version matches the engines definition:
https://github.com/spryker-shop/suite/blob/master/package.json#L380 -
Testing all this. Seems our installation is Very Old(tm) β€
0 -
Seems we are using npm 6 and workspaces start to work from 7...
0 -
Just to note that I have to use the B2B shop version. The suite version of everything is not a not working example.
0 -
Yes our npm version was too old and now the install works if I use the
--legacy-peer-deps
option. Otherwise I get the error below which I don't understand. As I understand it spryker wants angular core from Version^15.0.3
So the requested version15.2.2
should be fine. But I am a php programmer and know composer a lot better than npm. Maybe someone can tell me if it's spryker's dependecy hell or something else. πnpm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: mp-gui-table@0.0.1 npm ERR! Found: @angular/core@15.1.1 npm ERR! node_modules/@angular/core npm ERR! peer @angular/core@"^15.0.3" from mp-gui-table@0.0.1 npm ERR! vendor/spryker/gui-table npm ERR! mp-gui-table@0.0.1 npm ERR! node_modules/mp-gui-table npm ERR! workspace vendor/spryker/gui-table from the root project npm ERR! peer @angular/core@"^15.0.0" from @spryker/table@1.0.1 npm ERR! node_modules/@spryker/table npm ERR! @spryker/table@"^1.0.1" from mp-gui-table@0.0.1 npm ERR! vendor/spryker/gui-table npm ERR! mp-gui-table@0.0.1 npm ERR! node_modules/mp-gui-table npm ERR! workspace vendor/spryker/gui-table from the root project npm ERR! 14 more (@angular/cdk, @spryker/actions, @spryker/utils, ...) npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer @angular/core@"15.2.2" from @angular/elements@15.2.2 npm ERR! node_modules/@angular/elements npm ERR! peer @angular/elements@"^15.0.0" from @spryker/web-components@1.0.0 npm ERR! node_modules/@spryker/web-components npm ERR! peer @spryker/web-components@"^1.0.0" from @spryker/table@1.0.1 npm ERR! node_modules/@spryker/table npm ERR! @spryker/table@"^1.0.1" from mp-gui-table@0.0.1 npm ERR! vendor/spryker/gui-table
0
Categories
- All Categories
- 42 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 78 Spryker News
- 935 Developer Corner
- 793 Spryker Development
- 90 Spryker Dev Environment
- 362 Spryker Releases
- 3 Oryx frontend framework
- 35 Propel ORM
- 68 Community Projects
- 3 Community Ideation Board
- 30 Hackathon
- 3 PHP Bridge
- 6 Gacela Project
- 26 Job Opportunities
- 3.2K π Slack Archives
- 116 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random Stuff
- 4 Code Testing
- 33 Product & Business Questions
- 69 Spryker Safari Questions
- 50 Random