Skip to content

Unable to run npm start -- build #94

@brlin-tw

Description

@brlin-tw

A test run in a Ubuntu 24.04 Docker container returns the following result:

root@nc-build-script-test:/project# npm start -- build

> [email protected] start
> node index.js build

node:internal/process/promises:288
            triggerUncaughtException(err, true /* fromPromise */);
            ^

[Error: ENOENT: no such file or directory, open '/project/configs/v23.0.8
.json'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/project/configs/v23.0.8\n.json'
}

Node.js v18.19.1

For some reason, the build program attempts to locate a config that has a newline it its path.

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