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 trialJordan Kittle
Full Stack JavaScript Techdegree Graduate 20,148 PointsThis workspace keeps saying Workspace Connection lost. My internet connection is fine.
It keeps happening over and over. There are also a ton of node modules installed in the workspace besides bcrypt. Maybe it is slowing it down too much.
1 Answer
Robert Manolis
Treehouse Guest TeacherHey Jordan Kittle, if this keeps happening, it is recommended that you try shutting everything down, wait fifteen minutes, and then try again. And then if the problem persists, reach out to help@teamtreehouse.com with the Workspace number, that's the number at the end of the URL in the address bar.
Jordan Kittle
Full Stack JavaScript Techdegree Graduate 20,148 PointsJordan Kittle
Full Stack JavaScript Techdegree Graduate 20,148 PointsThanks Robert, I noticed it only happened with installing modules via npm resulted in many many modules being installed. Using bcryptjs instead of bcrypt helped. There was one other place where it happened again, and it was again when there were many modules added via the npm install command. This was already covered in the teachers notes and I need to do a better job at making it a point to read and understand those before asking questions! Thank you for your response.