Closed (fixed)
Project:
Experience Builder
Component:
Page builder
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2024 at 09:48 UTC
Updated:
2 Aug 2024 at 11:59 UTC
Jump to comment: Most recent
It's failing on multiple jobs - e.g. https://git.drupalcode.org/issue/experience_builder-3458683/-/jobs/2164784
$ npm ci
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm error Exit handler never called!
npm error This is an error with npm itself. Please report this error at:
npm error <https://github.com/npm/cli/issues>
npm error A complete log of this run can be found in: /root/.npm/_logs/2024-07-19T03_13_15_531Z-debug-0.log
$ npm run build
> vite-template-redux@0.0.0 build
> npm run type-check && vite build
> vite-template-redux@0.0.0 type-check
> tsc --noEmit --pretty
sh: tsc: not found
Cleaning up project directory and file based variables
00:01
ERROR: Job failed: command terminated with exit code 127
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
wim leersAha!
node:current-alpineresolves to node22currently, and not all of our deps work on that new version — is that right?Obviously this unbreaks the build, so: 🚢
Comment #4
jessebaker commentedThat is exactly right - I'm running
npm cion node 22 locally and it just hangs so it's hard to figure out what specifically is breaking it. Merging now to unblock everything.Comment #6
wim leers#4: oh wow, that sounds alarming!
+1 for having merged this MR to unblock everything immediately 👍👏
But reading #4, perhaps we should add a second MR to this issue to narrow
ui/package.json'sto only version 20? 🤔
Comment #8
wim leersNeeds @bnjmnm's approval to merge this — Trivial MR of the Month to review for you, @bnjmnm 😄
Comment #11
wim leers