-
-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
Description
The current build pipeline is broken. Is that just a matter of upgrading Node and/or the JSON imports?
Run npm run build
npm run build
shell: /usr/bin/bash -e {0}
> rimmel@1.5.2 build
> rimraf dist && rollup --config rollup.config.js
[!] TypeError: Module "file:///home/runner/work/rimmel/rimmel/tsconfig.json" needs an import attribute of "type: json"
at validateAttributes (node:internal/modules/esm/assert:88:15)
at defaultLoad (node:internal/modules/esm/load:105:3)
at ModuleLoader.load (node:internal/modules/esm/loader:801:12)
at ModuleLoader.loadAndTranslate (node:internal/modules/esm/loader:586:43)
at ModuleLoader.#createModuleJob (node:internal/modules/esm/loader:610:36)
at ModuleLoader.#getJobFromResolveResult (node:internal/modules/esm/loader:341:34)
at ModuleLoader.getModuleJobForImport (node:internal/modules/esm/loader:309:41)
at onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:650:25)
Error: Process completed with exit code 1.