#express #heroku
#экспресс #heroku
Вопрос:
Итак, я пытаюсь загрузить экспресс-приложение в Heroku. Это оно.
После ввода git push heroku master
я получаю это на терминале
remote: SyntaxError: Unexpected token }
remote: at exports.runInThisContext (vm.js:73:16)
remote: at Module._compile (module.js:443:25)
remote: at Object.Module._extensions..js (module.js:478:10)
remote: at Module.load (module.js:355:32)
remote: at Function.Module._load (module.js:310:12)
remote: at Function.Module.runMain (module.js:501:10)
remote: at startup (node.js:129:16)
remote: at node.js:814:3
remote: /tmp/build_a71d340b/.heroku/node/lib/node_modules/npm/bin/npm-cli.js:79
remote: var notifier = require('update-notifier')({pkg})
remote: ^
remote: SyntaxError: Unexpected token }
remote: at exports.runInThisContext (vm.js:73:16)
remote: at Module._compile (module.js:443:25)
remote: at Object.Module._extensions..js (module.js:478:10)
remote: at Module.load (module.js:355:32)
remote: at Function.Module._load (module.js:310:12)
remote: at Function.Module.runMain (module.js:501:10)
remote: at startup (node.js:129:16)
remote: at node.js:814:3
remote: /tmp/build_a71d340b/.heroku/node/lib/node_modules/npm/bin/npm-cli.js:79
remote: var notifier = require('update-notifier')({pkg})
remote: ^
remote: SyntaxError: Unexpected token }
remote: at exports.runInThisContext (vm.js:73:16)
remote: at Module._compile (module.js:443:25)
remote: at Object.Module._extensions..js (module.js:478:10)
remote: at Module.load (module.js:355:32)
remote: at Function.Module._load (module.js:310:12)
remote: at Function.Module.runMain (module.js:501:10)
remote: at startup (node.js:129:16)
remote: at node.js:814:3
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 ilovearisti-api.
remote:
To https://git.heroku.com/ilovearisti-api.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/ilovearisti-api.git'
Я действительно не знаю, где это
SyntaxError: Unexpected token }
поступает из.
Как я могу загрузить приложение в heroku без каких-либо ошибок?
Комментарии:
1. Проверьте свой синтаксис, у вас может быть дополнительный }
2. приложение запускает файл локально. Если бы произошла ошибка, он не запустился бы в localhost