NPM error when running Gulp

Ever wondered how you got this error below after upgrading OS X 10.9.5 (Mavericks) to OS X 10.10 (Yosemite) ?

npm_error

Solution to that one is to:

npm uninstall -g gulp
npm install -g gulp

That’s it 😉

It was just the dependency error from old setting config to new environment configuration. ciao!

Leave a Reply

Your email address will not be published. Required fields are marked *

I accept that my given data and my IP address is sent to a server in the USA only for the purpose of spam prevention through the Akismet program.More information on Akismet and GDPR.

This site uses Akismet to reduce spam. Learn how your comment data is processed.