m19c / gulp-run

Pipe to shell commands in gulp
ISC License
151 stars 25 forks source link

Unable to npm install the gulp-run #5

Closed koresar closed 10 years ago

koresar commented 10 years ago

Hi. Any ideas?

157 error Error: Command failed: fatal: ambiguous argument 'v0.x': unknown revision or path not in the working tree.
157 error Use '--' to separate paths from revisions
157 error
157 error     at ChildProcess.exithandler (child_process.js:647:15)
157 error     at ChildProcess.EventEmitter.emit (events.js:98:17)
157 error     at maybeClose (child_process.js:753:16)
157 error     at Socket.<anonymous> (child_process.js:966:11)
157 error     at Socket.EventEmitter.emit (events.js:95:17)
157 error     at Pipe.close (net.js:465:12)
158 error If you need help, you may report this *entire* log,
158 error including the npm and node versions, at:
158 error     <http://github.com/npm/npm/issues>
159 error System Linux 3.8.0-42-generic
160 error command "node" "/usr/bin/npm" "install" "gulp-run" "-g"
161 error cwd /home/vasyl/code/bt/main
162 error node -v v0.10.28
163 error npm -v 1.4.16
164 error code 128
koresar commented 10 years ago

I have browsed standards. Seems like "git://github.com/cbarrick/StreamBuffer#v0.x" is not correct. There is v0.1.x branch only. v0.x does not exist.

koresar commented 10 years ago

I have just supplied the pull request: https://github.com/cbarrick/gulp-run/pull/6 Please, apply and publish package. Thanks! :)

cbarrick commented 10 years ago

Thanks! It should be up now