【问题标题】:Deploying MERN to Heroku is failing将 MERN 部署到 Heroku 失败
【发布时间】:2020-05-24 20:29:03
【问题描述】:

我正在尝试将此站点部署到 Heroku,但它给了我一个部署错误 这是我的 GitHub 代码:https://github.com/hazem-kamel/Guestbook-MERN

日志:

 Installing dependencies
       Installing node modules (package.json + package-lock)

       > nodemon@2.0.2 postinstall /tmp/build_d37d1bf6b721c463128a9d76ebc0c69a/node_modules/nodemon
       > node bin/postinstall || exit 0

       Love nodemon? You can now support the project via the open collective:
        > https://opencollective.com/nodemon/donate

       added 194 packages from 102 contributors and audited 195 packages in 4.934s

       2 packages are looking for funding
         run `npm fund` for details

       found 2 low severity vulnerabilities
         run `npm audit fix` to fix them, or `npm audit` for details

-----> Build
       Running build

       > Backend@1.0.0 build /tmp/build_d37d1bf6b721c463128a9d76ebc0c69a
       > run-p build:**

sh: 1: run-p: not found
npm ERR! code ELIFECYCLE
npm ERR! syscall spawn
npm ERR! file sh
npm ERR! errno ENOENT
npm ERR! Backend@1.0.0 build: `run-p build:**`
npm ERR! spawn ENOENT
npm ERR! 
npm ERR! Failed at the Backend@1.0.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/npmcache.AjLZ0/_logs/2020-05-24T20_24_12_312Z-debug.log
-----> Build failed

       We're sorry this build is failing! You can troubleshoot common issues here:
       https://devcenter.heroku.com/articles/troubleshooting-node-deploys

       Some possible problems:

       - Node version not specified in package.json
         https://devcenter.heroku.com/articles/nodejs-support#specifying-a-node-js-version

       Love,
       Heroku

 !     Push rejected, failed to compile Node.js app.
 !     Push failed

我尝试了几个代码,但也失败了:我正在使用 GitHub 代码和 Heroku 自动部署进行部署

【问题讨论】:

    标签: node.js reactjs heroku deployment mean-stack


    【解决方案1】:

    分别安装/添加到您的 npm/yarn:https://www.npmjs.com/package/npm-run-all

    另外,构建 Heroku 应用程序的首选方法是删除 node_modules 文件夹并仅上传 package.json(包含要安装的依赖项!)。 Heroku,在部署您的应用程序时会自动扫描 package.json 文件并安装所有依赖项。

    【讨论】:

      猜你喜欢
      • 2021-09-23
      • 1970-01-01
      • 2014-11-07
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-11-21
      相关资源
      最近更新 更多