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

General Discussion Installing and Using Create React App

Warner Cyr
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Warner Cyr
Front End Web Development Techdegree Graduate 21,047 Points

installing create-react-app not working with macOS 10.13.3.

I'm getting the following message in terminal when trying to install create-react-app: -bash: npm: command not found

2 Answers

Seth Kroger
Seth Kroger
56,413 Points

That message probably means you don't have NodeJS and NPM installed on your system yet. https://nodejs.org/en/download/

yoav green
yoav green
8,611 Points

i'm getting the exact same problem, even though i do have node.js and npm installed. what can be the problem?