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

Unable to install global gulp for the newest node. #1243

Closed
ghost opened this issue Sep 9, 2015 · 3 comments
Closed

Unable to install global gulp for the newest node. #1243

ghost opened this issue Sep 9, 2015 · 3 comments

Comments

@ghost
Copy link

ghost commented Sep 9, 2015

I have the similar issue that was described in the closed issue #658.

$ npm install -g git+https://[email protected]/gulpjs/gulp.git
npm WARN engine [email protected]: wanted: {"node":">= 0.9"} (current: {"node":"5.0.0-pre","npm":"2.14.2"})
npm ERR! Linux 4.1.6-1-ARCH
npm ERR! argv "/opt/nodejs/bin/node" "/opt/nodejs/bin/npm" "install" "-g" "git+https://[email protected]/gulpjs/gulp.git"
npm ERR! node v5.0.0-pre
npm ERR! npm  v2.14.2
npm ERR! code ETARGET

npm ERR! notarget No compatible version found: vinyl-fs@'>=0.3.0 <0.4.0'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["0.0.1","0.0.2","0.1.0","1.0.0"]
npm ERR! notarget 
npm ERR! notarget This is most likely not a problem with npm itself.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget 
npm ERR! notarget It was specified as a dependency of 'gulp'
npm ERR! notarget 

npm ERR! Please include the following file with any support request:
npm ERR!     /tmp/npm-debug.log

Another attempt:

# /tmp $ npm install -g gulp                                      
npm WARN engine [email protected]: wanted: {"node":">= 0.9"} (current: {"node":"5.0.0-pre","npm":"2.14.2"})
npm ERR! Linux 4.1.6-1-ARCH
npm ERR! argv "/opt/nodejs/bin/node" "/opt/nodejs/bin/npm" "install" "-g" "gulp"
npm ERR! node v5.0.0-pre
npm ERR! npm  v2.14.2
npm ERR! code ETARGET

npm ERR! notarget No compatible version found: vinyl-fs@'>=0.3.0 <0.4.0'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["0.0.1","0.0.2","0.1.0","1.0.0"]
npm ERR! notarget 
npm ERR! notarget This is most likely not a problem with npm itself.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget 
npm ERR! notarget It was specified as a dependency of 'gulp'
npm ERR! notarget 

npm ERR! Please include the following file with any support request:
npm ERR!     /tmp/npm-debug.log

I just compiled fresh node from the github repository and trying to install gulp:

git clone --depth 1 https://github.com/nodejs/node.git
cd node
./configure --prefix=/opt/nodejs && make && make install
/opt/nodejs/bin/npm install -g gulp
npm WARN engine [email protected]: wanted: {"node":">= 0.9"} (current: {"node":"5.0.0-pre","npm":"2.14.2"})
...

Other global packages like typescript, bower etc installed without any problem.

@yocontra
Copy link
Member

yocontra commented Sep 9, 2015

This is a vinyl-fs issue from looking at the logs, open it there (or just send a PR removing engineStrict from the package)

@ghost
Copy link
Author

ghost commented Sep 9, 2015

Created a new issue there, but I can't find the engineStrict in its package.json.

@phated
Copy link
Member

phated commented Sep 9, 2015

Closing due to being an issue in a dependency.

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