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

HTML Prototyping with Foundation for Apps Getting to Know Foundation for Apps Installing the Foundation for Apps CLI

Matthew Brock
Matthew Brock
16,791 Points

foundation new not working on windows. It keeps asking to use arrow keys to select apps but the arrow keys do not work

foundation-apps no longer works i am trying to use the "foundation new" command but it keeps asking to use arrow keys to select the apps functionalilty. The arrow keys do not work. also the number keys do not work either

2 Answers

Looks like, according to lines 21-25 of the script, you're able to pass arguments instead of interacting with the window. For your case, I think this should work:

foundation new --framework apps

If this doesn't work, I'd recommend re-installing the package.

Hope this helped!

Mark Grim
Mark Grim
8,014 Points

For anyone else with the problem, I found that when installing Git, when it asks what command line interface it wants you to use, choosing to run it only on Git BASH wouldn't work, but enabling it on cmd and typing the command on there got the arrows to work.