Skip to content

Commit

Permalink
downgrade rimraf to @^4.x for downstream builds
Browse files Browse the repository at this point in the history
Downstream builds use an npmjs package caching system called
cachito[1].  It currently does not support dependencies that use
a package-spec alias[2][3].  Downgrading `rimraf` to version `^4.x`
removed any aliases from our `package-lock.json` and should allow
downstream builds to work again.

[1] - https://github.com/containerbuildsystem/cachito
[2] - https://docs.npmjs.com/cli/v9/using-npm/package-spec?v=true#aliases
[3] - containerbuildsystem/cachito#859

Signed-off-by: Scott J Dickerson <sdickers@redhat.com>
  • Loading branch information
sjd78 committed May 25, 2023
1 parent b20453e commit 62bf6c0
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 383 deletions.
Loading

0 comments on commit 62bf6c0

Please sign in to comment.