-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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
Labels
No labels