Error Cannot find module 'aeproject-utils'

I guess I found the solution already. The project was missing 3 npm package which is aeproject-utils, prompts, and aeproject-logger. This project can be installed using the below code snippet.

npm install aeproject-utils prompts aeproject-logger

I hope this works for you as well

Regards

2 Likes