Open JonasSeegers opened 3 months ago
Hey! I have the same problems with some other packages.
In https://github.com/spryker/gui and https://github.com/spryker/discount I also need a npm i
to run npm ci
on the main repo.
Currently, as a quickfix I added some install commands to be able to deploy my application with vendor/bin/console frontend:zed:install-dependencies
:
npm --prefix vendor/spryker/chart/assets/Zed i
npm --prefix vendor/spryker/gui/assets/Zed i
npm --prefix vendor/spryker/discount/assets/Zed i
But this should not be the solution, are there plans to solve the problem, and if so, by when?
Hi! We've been updating the
@spryker/oryx-for-zed
npm package. In the docs it says that this requires us to install thespryker/chart
module viacomposer
. But if we do, our pipeline fails, because thenpm ci
command invendor/spryker/chart/assets/Zed
fails with the following error:To reproduce, just run
npm ci
in theassets/Zed
directory of thespryker/chart
repository. I can't create an issue in that repo. That's why I'm opening it here. Seems as if the package.json and package-lock.json are out of sync. If you runnpm i
first, it worksnpm
version is10.7.0
node
version is20.13.1