使用heroku部署我的create-react-app时,我的react脚本构建失败,并且找不到某些文件。 但是在本地一切正常。
我在部署应用程序时执行的步骤: 1)heroku创建app --buildpack https://github.com/mars/create-react-app-buildpack.git的名称。 2)运行git push heroku master。 那就是我所做的一切。然后我得到了同样的错误,指出我必须添加节点版本。所以我添加了版本。这是添加版本并尝试重新部署后得到的。 这可能很愚蠢,但是我对Heroku还是陌生的(通常部署应用程序),对此感到抱歉。
remote: Creating an optimized production build...
remote: Failed to compile.
remote:
remote: ./src/components/pages/Home.js
remote: Cannot find file '../home-menu/MenuMain' in './src/components/pages'.
remote:
remote:
remote: npm ERR! code ELIFECYCLE
remote: npm ERR! errno 1
remote: npm ERR! royal@0.1.0 build: `react-scripts build`
remote: npm ERR! Exit status 1
remote: npm ERR!
remote: npm ERR! Failed at the royal@0.1.0 build script.
remote: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.