renovate/39.65.0 package update - #36886
Conversation
octo-sts
Bot
commented
Dec 13, 2024
Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
|
Gen AI suggestions to solve the build error: • Detected Error: "npm error Internal error. Icu error." • Error Category: Dependency/Configuration • Failure Point: During "npm install" pipeline step • Root Cause Analysis: • Suggested Fix:
environment:
contents:
packages:
- bash
- build-base
- busybox
- ca-certificates-bundle
- nodejs-20
- npm
- icu-libs
- icu-data-full
- glibc-locale-posix
pipeline:
- name: npm install
runs: |
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
npm install -g ${{package.name}}@${{package.version}} -prefix ${{targets.contextdir}}/usr/local/
# ... rest of the pipeline• Explanation: • Additional Notes:
• References:
|
|
superseded by #37026 |