Skip to content

Commit

Permalink
🌱 [backport release-0.2] downgrade rimraf to @^4.x for downstream…
Browse files Browse the repository at this point in the history
… builds (#937)

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 authored May 25, 2023
1 parent b20453e commit ddab817
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 383 deletions.
Loading

0 comments on commit ddab817

Please sign in to comment.