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 trialWarner Cyr
Front End Web Development Techdegree Graduate 21,047 Pointsinstalling 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
56,413 PointsThat message probably means you don't have NodeJS and NPM installed on your system yet. https://nodejs.org/en/download/
yoav green
8,611 Pointsi'm getting the exact same problem, even though i do have node.js and npm installed. what can be the problem?
Warner Cyr
Front End Web Development Techdegree Graduate 21,047 PointsWarner Cyr
Front End Web Development Techdegree Graduate 21,047 PointsThat did the trick! Thanks!