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 trialToivo Nkandi
2,456 PointsFoundation For Apps CLI wont install after I had installed Node and Git how do I upgrade to graceful-fs@^4.0.0?
after I installed Node and Git, I try installing Foundation to start with the next tutorial but it keeps on giving me this (https://github.com/npm/npm/issues/11607) error. how do I fix it?
4 Answers
Unsubscribed User
8,838 PointsTry running:
$ npm update -g graceful-fs
That should work, Max
Toivo Nkandi
2,456 PointsThank a lot player. I ran it fro Git Bash and it started working.
Jesse Williams
3,949 PointsI'm running into the same issue - what do you mean by ran it from Git Bash?
Toivo Nkandi
2,456 PointsUninstall Node because you probably installed the latest one. install the version before that and type in the command. You should be good to go after. If not, send a screen shot to my email: Toivolop@gmail.com
Parzeval One
1,920 PointsOh, I accidentally installed the latest one... that is the last thing I should have installed. Why didnt I think about installing the version before the latest? So is our dear Treehouse personal reading these questions at all? Why isnt it a correction of the video or in "teacher
s notes"?
Parzeval One
1,920 Pointsdont install node as someone above suggested, using following: sudo npm install -g graceful-fs graceful-fs@4.1.3
But now the error message "foundation-apps: command not found" comes when I follow the video instruction to start a new app. Does anyone understand that problem? I have neither been greeted "Thanks for installing Foundation for Apps".
What is going on?
Onyango Paul
Courses Plus Student 204 PointsOnyango Paul
Courses Plus Student 204 PointsI'm still getting the same warning.. What do I do?