相关疑难解决方法(0)

推送拒绝,无法编译Node.js应用程序heroku

当我试图将我的nodejs应用程序推送到heroku时git push heroku master,我得到了这个:

Counting objects: 975, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (862/862), done.
Writing objects: 100% (975/975), 3.74 MiB | 80.00 KiB/s, done.
Total 975 (delta 70), reused 0 (delta 0)

-----> Node.js app detected
-----> Resolving engine versions
   Using Node.js version: 0.10.15
   Using npm version: 1.3.3
-----> Fetching Node.js binaries
-----> Vendoring node into slug
-----> Installing dependencies with npm
   npm ERR! install Couldn't read dependencies
!     Push rejected, failed …
Run Code Online (Sandbox Code Playgroud)

git heroku node.js

11
推荐指数
3
解决办法
2万
查看次数

标签 统计

git ×1

heroku ×1

node.js ×1