Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7642983
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T09:19:51+00:00 2026-05-31T09:19:51+00:00

I’m pretty new to Heroku and I tried three times to deploy my code

  • 0

I’m pretty new to Heroku and I tried three times to deploy my code on it without success. I’m following this tutorial and I get stuck when it asks me to do heroku ps:scale web=1 on which I receive Scaling web processes... ! Resource not found. This sounds not really correct. All the previous steps seems working correctly. Here is the logs of the command git push heroku master:

Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 279 bytes, done.
Total 3 (delta 2), reused 0 (delta 0)

-----> Heroku receiving push
-----> Removing .DS_Store files
-----> Node.js app detected
-----> Resolving engine versions
       Using Node.js version: 0.4.7
       Using npm version: 1.0.106
-----> Fetching Node.js binaries
-----> Vendoring node into slug
-----> Installing dependencies with npm
   npm WARN nodeunit@0.5.1 package.json: bugs['web'] should probably be bugs['url']

   > mongodb@0.9.7-3-5 install /tmp/build_2xv21ycwhho11/node_modules/mongodb
   > node install.js

   ================================================================================
   =                                                                              =
   =  To install with C++ bson parser do <npm install mongodb --mongodb:native>   =
   =                                                                              =
   ================================================================================
   mongodb@0.9.7-3-5 ./node_modules/mongodb 

   > mongodb@0.9.7-3-5 install /tmp/build_2xv21ycwhho11/node_modules/mongodb
   > node install.js

   ================================================================================
   =                                                                              =
   =  To install with C++ bson parser do <npm install mongodb --mongodb:native>   =
   =                                                                              =
   ================================================================================
   xmlhttprequest@1.3.0 /tmp/build_2xv21ycwhho11/node_modules/xmlhttprequest
   redis@0.6.0 /tmp/build_2xv21ycwhho11/node_modules/redis
   mongoose@2.5.5 /tmp/build_2xv21ycwhho11/node_modules/mongoose
   mongodb@0.9.7-3-5 /tmp/build_2xv21ycwhho11/node_modules/mongodb
   juggernaut@2.0.5 /tmp/build_2xv21ycwhho11/node_modules/juggernaut
   socket.io@0.6.18 /tmp/build_2xv21ycwhho11/node_modules/juggernaut/node_modules/socket.io
   redis@0.5.11 /tmp/build_2xv21ycwhho11/node_modules/juggernaut/node_modules/redis
   node-static-maccman@0.5.3 /tmp/build_2xv21ycwhho11/node_modules/juggernaut/node_modules/node-static-maccman
   optimist@0.1.9 /tmp/build_2xv21ycwhho11/node_modules/juggernaut/node_modules/optimist
   jquery@1.6.3 /tmp/build_2xv21ycwhho11/node_modules/jquery
   jsdom@0.2.13 /tmp/build_2xv21ycwhho11/node_modules/jquery/node_modules/jsdom
   htmlparser@1.7.4 /tmp/build_2xv21ycwhho11/node_modules/jquery/node_modules/htmlparser
   jade@0.20.1 /tmp/build_2xv21ycwhho11/node_modules/jade
   html2jade@0.1.16 /tmp/build_2xv21ycwhho11/node_modules/html2jade
   express@2.3.4 /tmp/build_2xv21ycwhho11/node_modules/express
   connect@1.4.1 /tmp/build_2xv21ycwhho11/node_modules/express/node_modules/connect
   qs@0.1.0 /tmp/build_2xv21ycwhho11/node_modules/express/node_modules/qs
   mime@1.2.2 /tmp/build_2xv21ycwhho11/node_modules/express/node_modules/mime
   ejs@0.4.2 /tmp/build_2xv21ycwhho11/node_modules/ejs
   connect@1.8.5 /tmp/build_2xv21ycwhho11/node_modules/connect
   qs@0.4.1 /tmp/build_2xv21ycwhho11/node_modules/connect/node_modules/qs
   mime@1.2.4 /tmp/build_2xv21ycwhho11/node_modules/connect/node_modules/mime
   formidable@1.0.8 /tmp/build_2xv21ycwhho11/node_modules/connect/node_modules/formidable
   Dependencies installed
-----> Discovering process types
       Procfile declares types -> (none)
-----> Compiled slug size is 7.0MB
-----> Launching... done, v4
       http://stark-winter-4562.herokuapp.com deployed to Heroku

To git@heroku.com:stark-winter-4562.git
   43e3a5e..84f9cd8  master -> master

I don’t know if this can be of any help, but I guess this output is pretty different from the one seen in the tutorial, just in case.

Can anyone point out what’s wrong, or what am I doing wrong? Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T09:19:53+00:00Added an answer on May 31, 2026 at 9:19 am

    Your procfile needs to be called Procfile with a capitalised P

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I have this code to decode numeric html entities to the UTF8 equivalent character.
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti
That's pretty much it. I'm using Nokogiri to scrape a web page what has
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have just tried to save a simple *.rtf file with some websites and
For some reason, after submitting a string like this Jack’s Spindle from a text
this is what i have right now Drawing an RSS feed into the php,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.