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
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.
The text was updated successfully, but these errors were encountered:
I have the similar issue that was described in the closed issue #658.
Another attempt:
I just compiled fresh node from the github repository and trying to install gulp:
Other global packages like typescript, bower etc installed without any problem.
The text was updated successfully, but these errors were encountered: