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.
A test run in a Ubuntu 24.04 Docker container returns the following result:
For some reason, the build program attempts to locate a config that has a newline it its path.