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 Express Basics (2015) Getting Started with Express Install Express.js

Eric Welch
Eric Welch
20,754 Points

npm init error

running Cmder on windows 10 64 bit. node --version: v0.10.36 npm --version: 1.4.28

tried running: npm init

Throws error: Error: ENOENT

Not sure what's going on as I used workspaces for the NPM course.

1 Answer

Eric Welch
Eric Welch
20,754 Points

did some looking and similar issues on the web seemed to pointing to a bug in older versions, so I updated node and now passes