Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gulp4 install issue on ubuntu 14.04 #1199

Closed
CaptainChainsaw opened this issue Aug 11, 2015 · 1 comment
Closed

gulp4 install issue on ubuntu 14.04 #1199

CaptainChainsaw opened this issue Aug 11, 2015 · 1 comment

Comments

@CaptainChainsaw
Copy link

Hi,

I'm having an issue installing gulp4 as it is required by angular-strap. I ran:

sudo npm install gulpjs/gulp-cli#4.0 -g

This is what I got in the log file. Anyone got an ideas how to get this installed?

0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/nodejs',
1 verbose cli '/usr/bin/npm',
1 verbose cli 'install',
1 verbose cli 'gulpjs/gulp-cli#4.0',
1 verbose cli '-g' ]
2 info using [email protected]
3 info using [email protected]
4 verbose cache add [ 'gulpjs/gulp-cli#4.0', null ]
5 verbose cache add name=undefined spec="gulpjs/gulp-cli#4.0" args=["gulpjs/gulp-cli#4.0",null]
6 verbose parsed url { protocol: null,
6 verbose parsed url slashes: null,
6 verbose parsed url auth: null,
6 verbose parsed url host: null,
6 verbose parsed url port: null,
6 verbose parsed url hostname: null,
6 verbose parsed url hash: '#4.0',
6 verbose parsed url search: null,
6 verbose parsed url query: null,
6 verbose parsed url pathname: 'gulpjs/gulp-cli',
6 verbose parsed url path: 'gulpjs/gulp-cli',
6 verbose parsed url href: 'gulpjs/gulp-cli#4.0' }
7 silly lockFile dd154dca-gulpjs-gulp-cli-4-0 gulpjs/gulp-cli#4.0
8 verbose lock gulpjs/gulp-cli#4.0 /home/graeme/.npm/dd154dca-gulpjs-gulp-cli-4-0.lock
9 info maybeGithub Attempting gulpjs/gulp-cli#4.0 from git://github.com/gulpjs/gulp-cli#4.0
10 silly lockFile b7be6e36-t-github-com-gulpjs-gulp-cli-4-0 git://github.com/gulpjs/gulp-cli#4.0
11 verbose lock git://github.com/gulpjs/gulp-cli#4.0 /home/graeme/.npm/b7be6e36-t-github-com-gulpjs-gulp-cli-4-0.lock
12 verbose addRemoteGit [ 'git://github.com/gulpjs/gulp-cli', '4.0' ]
13 silly lockFile fb042cb1-git-github-com-gulpjs-gulp-cli git://github.com/gulpjs/gulp-cli
14 info maybeGithub Attempting gulpjs/gulp-cli#4.0 from git+ssh://[email protected]:gulpjs/gulp-cli#4.0
1,1 Top

@phated
Copy link
Member

phated commented Aug 11, 2015

  1. Don't install things with sudo, your environment is messed up if you are using sudo
  2. Update your node and npm. Your node is out-of-date, even on the 0.10 branch and your npm is insanely out of date.
  3. Installation isn't a gulp issue, it is almost always your environment, and if it isn't your environment then it is an npm issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants