Я получаю сообщение об ошибке при попытке развернуть мой код angular 9.1 в Heroku.
Сначала я создал образец приложения и успешно развернул его в Heroku. Но когда я пробую свое тестовое приложение с кодом angular 9.1, необходимым для моего приложения, я получаю ошибку во время развертывания. Ниже приведены подробные сведения об ошибке:
Не удается найти модуль '../../components/personal-info/personal-info.component'.
remote: sh: 1: ng: not found
remote: npm ERR! code ELIFECYCLE
remote: npm ERR! syscall spawn
remote: npm ERR! file sh
remote: npm ERR! errno ENOENT
remote: npm ERR! myapp@0.0.0 heroku-postbuild: `ng build --configuration=production`
remote: npm ERR! spawn ENOENT
remote: npm ERR!
remote: npm ERR! Failed at the myapp@0.0.0 heroku-postbuild script.
remote: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.