I have been trying to use Moment Luxon to calculate and store the next 5 working days. I have used the AI code generator and also Gemini to generate the code and both of the options use the "const { DateTime } = require('luxon')" line to call Luxon. But I keep getting the following error -
[Error, Check dependency list! Synchronous require cannot resolve module 'luxon'. This is the first mention of this module!]
The Botpress docs says that Moment Luxon, Axios and Lodash are already installed and ready to use. Why do I keep getting these errors?