You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2022. It is now read-only.
This seems to be happening no matter what package I want to install, I've tried removing npm and node completely and re-installing to no avail.
I've also tried installing Grunt and it hangs at various points it's never consistant.
The latest is Gulp...
$ sudo npm -d install gulp -g
npm info it worked if it ends with ok
npm info using npm@2.11.3
npm info using node@v0.12.7
npm info attempt registry request try #1 at 2:38:12 PM
npm http request GET https://registry.npmjs.org/gulp
npm http 304 https://registry.npmjs.org/gulp
npm info install gulp@3.9.0 into /usr/local/lib
npm info installOne gulp@3.9.0
^CResknows-iMac:~ resknow$ gulp -v
-bash: gulp: command not found
Resknows-iMac:~ resknow$ sudo npm -d install gulp -g
npm info it worked if it ends with ok
npm info using npm@2.11.3
npm info using node@v0.12.7
npm info attempt registry request try #1 at 2:38:50 PM
npm http request GET https://registry.npmjs.org/gulp
It just sits there with the spinning /...
Any help would be greatly appreciated, it's driving me crazy :(