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 trialJosh Hicks
14,146 PointsHow do I setup a new Foundation project with Compass?
I installed compass, ruby, and git on my windows machine. However when I try to use the regular command prompt to create a new foundation project, it says that Git isn't installed. I used
foundation new c:\users\josh\desktop\my-project
Any ideas on what I'm doing wrong? There is a Git Bash/GUI available but I don't know how to use that yet...
3 Answers
Guil Hernandez
Treehouse TeacherHi Josh Hicks,
Did you also install NodeJS, Bower, and the Foundation CLI? Not sure if you've seen this yet, but Zurb has helpful documentation on how to create a Compass project with the Foundation CLI.
Have you also tried doing it manually?
Hope this helps. :)
Josh Hicks
14,146 PointsHello,
I did install nodejs but not bower or the foundation CLI. Can I do all this from the regular Windows command line?
Thanks again.
Josh Hicks
14,146 PointsWhen I try to install bower in Git Bash with this command:
npm install -g bower
I get this:
"npm" command not found
I'm not sure why it's not working. I installed nodejs directly form the nodejs.org site and it still won't work. However when I check the version of git or compass it works. the "node" command is not found either. Any other ideas?
Josh Hicks
14,146 PointsJosh Hicks
14,146 Pointsany ideas? Guil Hernandez Nick Pettit