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 Build a Simple Dynamic Site with Node.js HTTP Methods and Headers Dealing with the POST Body

Julianna Kahn
Julianna Kahn
20,702 Points

I keep getting: Error: Cannot find module 'queryString'

My require statement is in there so I don't know what might be happening. But I also just launched the tutorial workspace and the same message appears.

https://w.trhou.se/x0mnnjy4bb

1 Answer

Julianna Kahn
Julianna Kahn
20,702 Points

Actually, I did resolve that issue. I needed to require(querystring) instead of queryString. The site has now been created. The only thing is that when I search a treehouse member, the site goes away. I now get the error: response.writeHead(303, {"Location": "/" + username});

Thanks for your response.

Hopefully this works: https://w.trhou.se/14987ko4gg