triple-beam and winston-transport are directly required by the code but they are missing in package.json file. It may work in environments where hoisting of node_modules is allowed but using PNPM in strict mode (especially with prod dependencies only) causes fatal errors on not found modules.
triple-beam
andwinston-transport
are directly required by the code but they are missing inpackage.json
file. It may work in environments where hoisting ofnode_modules
is allowed but using PNPM in strict mode (especially with prod dependencies only) causes fatal errors on not found modules.