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

Toivo Nkandi
Toivo Nkandi
2,456 Points

Foundation 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

Try running: $ npm update -g graceful-fs

That should work, Max

I'm still getting the same warning.. What do I do?

Toivo Nkandi
Toivo Nkandi
2,456 Points

Thank a lot player. I ran it fro Git Bash and it started working.

I'm running into the same issue - what do you mean by ran it from Git Bash?

Toivo Nkandi
Toivo Nkandi
2,456 Points

Uninstall 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
Parzeval One
1,920 Points

Oh, 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 "teachers notes"?

Parzeval One
Parzeval One
1,920 Points

dont 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?