Cannot find module @nuxt/core

Running into an issue while deploying

2020-11-25T14:13:30Z - info - > Deploying to environment
2020-11-25T14:13:32Z - error - DeployBuild job failed [unexpected]: Error while invoking lambda "ef8d71c582ac6921276bfaaede58281384d3ffcea6bc072b6d3f57eeee09365f": Error: Cannot find module '@nuxt/core'
Require stack:
- /var/task/__backends__/__js__.js
- /var/task/handler.js
- /var/runtime/UserFunction.js
- /var/runtime/index.js

Do you have includeNodeModules: true in xdn.config.js? That is required when deploying nuxt on the xdn:

See includeNodeModules for more info.