Error deploying with npx @11ty/eleventy

I’ve been deploying a project from webflow + udesly since there several days. However, one day the continuous deployment stopped working. The deploy throw an error like this: (They are the same files as in the beginning)

npx @11ty/eleventy

9:31:30 AM: Eleventy fatal error: (more in DEBUG output)

9:31:30 AM: > Error in your Eleventy config file ‘/opt/build/repo/.eleventy.js’. You may need to run npm install.

9:31:30 AM: EleventyConfigError was thrown

9:31:30 AM: > Cannot find module ‘./money/utils’

9:31:30 AM: Require stack:

9:31:30 AM: - /opt/build/repo/_utils/shortcodes.js

9:31:30 AM: - /opt/build/repo/_utils/index.js

9:31:30 AM: - /opt/build/repo/.eleventy.js

9:31:30 AM: - /opt/build/repo/node_modules/@11ty/eleventy/src/TemplateConfig.js

9:31:30 AM: - /opt/build/repo/node_modules/@11ty/eleventy/src/Config.js

9:31:30 AM: - /opt/build/repo/node_modules/@11ty/eleventy/src/TemplateEngineManager.js

9:31:30 AM: - /opt/build/repo/node_modules/@11ty/eleventy/src/EleventyExtensionMap.js

9:31:30 AM: - /opt/build/repo/node_modules/@11ty/eleventy/src/TemplateRender.js

9:31:30 AM: - /opt/build/repo/node_modules/@11ty/eleventy/src/TemplateData.js

9:31:30 AM: - /opt/build/repo/node_modules/@11ty/eleventy/src/Eleventy.js

9:31:30 AM: - /opt/build/repo/node_modules/@11ty/eleventy/cmd.js

Anyone can help me? Thanks in advance

Looks like one of your files could not be found. Could you share your repo or check if the file exists with the same case of the file name?