Skip to content

Install script failing: quartorium-monorepo #12

@anschmieg

Description

@anschmieg

Install fails with one of two options:

  1. npm install gets stuck
  2. bun install exits with code 1

npm Installation

❯ git clone https://github.com/andjar/quartorium.git
  cd quartorium
Cloning into 'quartorium'...
remote: Enumerating objects: 880, done.
remote: Counting objects: 100% (225/225), done.
remote: Compressing objects: 100% (125/125), done.
remote: Total 880 (delta 133), reused 168 (delta 99), pack-reused 655 (from 1)
Receiving objects: 100% (880/880), 530.41 KiB | 3.58 MiB/s, done.
Resolving deltas: 100% (541/541), done.
❯ npm i
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 warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated npmlog@6.0.2: This package is no longer supported.
npm warn deprecated gauge@4.0.4: This package is no longer supported.
npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported.
npm warn deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs

> quartorium-monorepo@1.0.0 install
> npm install --workspaces --if-present


> quartorium-monorepo@1.0.0 install
> npm install --workspaces --if-present

[... etc. ...]

bun installation

On branch main
Your branch is up to date with 'origin/main'.

nothing to commit, working tree clean
❯ ls
backend/               MANUAL_E2E_TESTING.md  package-lock.json      README.md              WORKFLOW.md
frontend/              node_modules/          package.json           ROADMAP.md
❯ rm package-lock.json
❯ bun i
bun install v1.3.3 (274e01c7)
warn: incorrect peer dependency "react@19.2.1"

warn: incorrect peer dependency "react-dom@19.2.1"

$ npm install --workspaces --if-present
npm error Cannot read properties of null (reading 'matches')
npm error A complete log of this run can be found in: /Users/adrian/.npm/_logs/2025-12-09T19_22_40_602Z-debug-0.log
error: install script from "quartorium-monorepo" exited with 1

I haven't investigated the script yet and I suspect @andjar is not maintaining this project? I am however very interested in trying it out, so I could try to address this issue soon-ish.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions