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 Building a MEAN Application Setting Up MongoDB Debugging Express Application Refresher

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,252 Points

Using Iron-node

I have iron-node installed but it doesn;t appear to be working. I can't access it while nodemon is running and while iron-node is working with iron-node src/app.js it just sits there and doesn't do anything.

I can put debugger commands and my text editor recognises it as a keyword however I can't access the backend files via Chrome Devtools like Huston does but only the files generated when I use nodemon.

Help!! :-)

2 Answers

Ken Howard
STAFF
Ken Howard
Treehouse Guest Teacher

While this course introduces iron-node it is not required to complete the course. Things have changed somewhat with the application that aren't addressed in the course material.

If you want to get this working I'd suggest reading the readme for iron-node: https://github.com/s-a/iron-node/blob/master/README.md

I have the same issue but I didn't see anything in the readme that would solve this problem.