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 trialMatthew Brock
16,791 Pointsfoundation 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
John Halbert
12,922 PointsLooks 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
8,014 PointsFor 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.
Matthew Brock
16,791 PointsMatthew Brock
16,791 PointsThanks, that did it.