We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: