Сборка не может быть развернута на heroku в сценарии после установки:: `webpack -p --config ./build/webpack.prod.conf.js --progress`
Я попытался развернуть на heroku из командной строки с помощью git push heroku master, и, похоже, он работал до появления ошибки ниже:
remote: npm ERR! code ELIFECYCLE
remote: npm ERR! errno 2
remote: npm ERR! 4ntent@0.8.0 postinstall: `webpack -p --config ./build/webpack.prod.conf.js --progress`
remote: npm ERR! Exit status 2
remote: npm ERR!
remote: npm ERR! Failed at the 4ntent@0.8.0 postinstall script.
remote: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
remote:
remote: npm ERR! A complete log of this run can be found in:
remote: npm ERR! /tmp/npmcache.AAQ92/_logs/2019-05-09T01_39_53_966Z-debug.log
remote:
remote: -----> Build failed
remote:
remote: We're sorry this build is failing! You can troubleshoot common issues here:
remote: https://devcenter.heroku.com/articles/troubleshooting-node-deploys
remote:
remote: If you're stuck, please submit a ticket so we can help:
remote: https://help.heroku.com/
remote:
remote: Love,
remote: Heroku
remote:
remote: ! Push rejected, failed to compile Node.js app.
remote:
remote: ! Push failed
remote: Verifying deploy...
remote:
remote: ! Push rejected to ntent.
remote:
To https://git.heroku.com/ntent.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/ntent.git'
Когда я запускаю версию dev локально, она работает нормально. Когда я создаю рабочую версию локально, она работает нормально. Я взял эту кодовую базу от другого разработчика, где веб-сайт в настоящее время работает и работает нормально с момента его последнего развертывания. Изменения были внесены в компоненты Vue и пару файлов конфигурации. Не знаете, с чего начать при отладке этого неудачного развертывания?