Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Jonathan Grieve
Treehouse Moderator 90,956 PointsUsing 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
Treehouse Guest TeacherWhile 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

james south
Front End Web Development Techdegree Graduate 33,258 Pointsi got it to work by using the windows command prompt instead of git bash where i installed iron node.
sammalayek
6,743 Pointssammalayek
6,743 PointsI have the same issue but I didn't see anything in the readme that would solve this problem.