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 trialJonathan Grieve
Treehouse Moderator 91,253 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,271 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.