I try to deploy the CAP bookshop example app to BTP Trial Cloud Foundry.
Everything is deployed but the my-bookshop-db-deployer app does not start and crashes.
In the log I find the following error messages:
2023-08-16T13:17:44.64+0000 [APP/PROC/WEB/0] ERR npm notice
2023-08-16T13:17:44.64+0000 [APP/PROC/WEB/0] ERR npm notice New minor version of npm available! 9.5.1 -> 9.8.1
2023-08-16T13:17:44.64+0000 [APP/PROC/WEB/0] ERR npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.8.1>
2023-08-16T13:17:44.64+0000 [APP/PROC/WEB/0] ERR npm notice Run `npm install -g npm@9.8.1` to update!
2023-08-16T13:17:44.64+0000 [APP/PROC/WEB/0] ERR npm notice
Does anyone have an idea what I can do?