After trying to build my frontend project with ng build I get this error message:
ERROR in ./node_modules/pace/node_modules/charm/index.js Module not found: Error: Can't resolve 'tty' in '/workspace/node_modules/pace/node_modules/charm'
Trying npm install tty --save
or npm install pace --save
does not resolve the issue.
node version is : v11.10.0 angular version : 7.0.0
node_modules
folder? Please edit your question to reflect the correct versions of angular and node. – Arikael