我正在尝试将我的应用程序部署到heroku,但出现此错误:
错误:找不到模块'/app/build/index.js'
我遵循了先前threads上的建议,但没有解决
请查看我的Github Repo并查看我的packgage.json和Procfile。我已经为这个问题斗争了2个小时
这是我的package.json文件
Refused to load the image 'http://localhost:4200/favicon.ico' because it violates the following Content Security Policy directive: "default-src 'none'". Note that 'img-src' was not explicitly set, so 'default-src' is used as a fallback.
这是我的Procfile的内容:
web:节点build / index.js