错误:找不到模块“ /app/index.js”-heroku

时间:2019-01-27 18:56:59

标签: javascript node.js heroku

我是使用Heroku的初学者,但遇到了问题: 当我在终端提示符下写git push heroku master时,出现错误: Error: Cannot find module '/app/index.js' 我真的不知道我做错了什么。 在Procfile中: web: node index.js 在package.json中:

{
     "name": "the-chat",
     "version": "1.0.0",
     "description": "",
     "main": "index.js",
     "scripts": {
       "test": "node index.js",
       "start": "node index.js"
     },
     "keywords": [],
     "author": "",
     "license": "ISC",
     "dependencies": {
       "express": "^4.16.4",
       "grawlix": "^1.0.6",
       "jquery": "^3.3.1",
       "socket.io": "^2.2.0"
     }
   }

文件: https://i.imgur.com/x9YtouF.png 有人知道出什么问题吗?真的会对我有帮助,谢谢!

0 个答案:

没有答案