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 trialSuleiman Leadbitter
15,805 PointsTerminal on Mac running slow
Terminal is running really slow on my mac after a recent fresh install of Yosemite. Simple commands such as git status
can take over a minute and commands such as npm install -g bower
just hangs. I think it performs the tasks but in the terminal it just shows the loader spinning. It's the same in iTerm also.
It's driving me crazy, any help would seriously restore my sanity.
Thanks
2 Answers
Marc Biggar
10,942 PointsHey
Don't know if you resolved the issue. But I had similar issues a few months back. Used the tips in this link then which helped me.
http://osxdaily.com/2014/04/30/speed-up-terminal-app-mac-osx/
Suleiman Leadbitter
15,805 PointsThanks Marc, I followed most of what was in that article. I'm using iTerm2 anyway. I've managed to get it running a bit better but when using Npm or Gulp is still takes a while installing modules or running tasks. :( In the videos they seem to run almost instantly.