Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Preparing Your Application for Deployment

Jason Martin
PLUS
Jason Martin
Courses Plus Student 9,316 Points

heroku local error

I get this error when running: $ heroku local

"$ heroku local forego | starting web.1 on port 5000 forego | Failed to start web.1: fork/exec C:\Windows\system32\cmd.exe: The requested operation requires elevation."

here is my gitHub repository: https://github.com/CodeStrider35/helloworld_heroku_deploy.git

Please assist?

Jason Martin
Jason Martin
Courses Plus Student 9,316 Points

Ok I missed a couple of steps on pushing to heroku. The "heroku local" and "heroku open" don't work still in the terminal, but it runs if I open app on heroku itself (after taking out the hostname).

any ideas why my termianl commands aren't working as expected but the app runs fine on heroku?