Closed Cruikshanks closed 4 years ago
Fixed by https://github.com/DEFRA/charging-module-api/pull/137
We still have an issue that when deploying the charging-module we set the NODE_ENV
to development
and this causes each log message to be split across multiple lines. This is because it's 'prettifying' the output assuming local development. But we'll get to that!
The project currently uses the following dependencies
All now have the following notice on their repos
We need to understand what these dependencies actually do and replace them with supported alternatives