You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! We've been updating the @spryker/oryx-for-zed npm package. In the docs it says that this requires us to install the spryker/chart module via composer. But if we do, our pipeline fails, because the npm ci command in vendor/spryker/chart/assets/Zed fails with the following error:
To reproduce, just run npm ci in the assets/Zed directory of the spryker/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 run npm i first, it works
npm version is 10.7.0 node version is 20.13.1
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: