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 trialAjay Shah
Courses Plus Student 1,706 Pointsnode_modules/..../.... this kind line give me error i am on windows
I am on windows when i tried node_module/.bin/mocha this give me this error:
'node_modules' is not recognized as an internal or external command, operable program or batch file.
1 Answer
Brandon White
Full Stack JavaScript Techdegree Graduate 34,662 PointsHi Ajay,
node_modules is the name of a folder/directory used to store packages used within a Node environment. Itβs not a command (as far as I know).
What were you expecting to happen when you pressed enter after typing node_modules/.bin/mocha?