Skip to content

Unable to run npm start -- build #94

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

> nc-build-script@0.0.1 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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