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

Gennadii Chamorsov
Gennadii Chamorsov
9,207 Points

Struggling to understand how to run both applications (from client and api folders simultaneously).

did teacher mean to install dependencies in both client and api folders? while starting tapp from api folder, I get this error:

Emitted 'error' event on Server instance at: at emitErrorNT (node:net:1357:8) at processTicksAndRejections (node:internal/process/task_queues:83:21) { code: 'EADDRINUSE', errno: -48, syscall: 'listen', address: '::', port: 5000

I am not familiar with node js. Can anyone explain how to run this project properly? Thanks in advance.

1 Answer

Steven Parker
Steven Parker
229,788 Points

You didn't mention or link to the course you are taking, but it sounds like it might have one or more prerequisites that you haven't done yet.

For future questions, please provide more information. Take a look at this video about Posting a Question.