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 Introduction to React Native Why React Native Basics of React Native

Hi, I don't know how I can install homebrew on my windows. Could you help?

I clicked in the link in the teacher's note and it tool me to the website where there is a prompt command line to install the software, but when I paste it in my command line nothing happens. Is there another way to install it or could you show/tell me how?

2 Answers

Seth Kroger
Seth Kroger
56,413 Points

Homebrew is specifically for OSX on Macs. On Windows anything you need for this course can be installed with npm, included with NodeJS, as well as Android Studio for the Android SDK and emulator to compile and run the app.

Seth Kroger there's zero instructions on getting the code running on Windows! So I install Create React Native App, but then what?? What files do we copy over from the project folder downloaded for this course? The quiz at the end of the first section of this course is titled 'Create React Native App Review'... but the videos make no mention of Create React Native App! I've spent the past 2 hours trying to work out how to get this running.

Hello, a quick Google search find this answer: Homebrew is MacOSX only command line installer application and it doesn't exist for Windows.

The Windows alternatives are:

Chocolatey Npackd Scoop OneGet for Windows 10

https://laracasts.com/discuss/channels/laravel/homebrew-install-on-windows-os

I hope this helps, cheers.

Seth Kroger
Seth Kroger
56,413 Points

I don't know any of those and I'm not sure they'll do what is needed. The standard packagers for JavaScript utilities are npm or yarn.