srs / gradle-grunt-plugin

Gradle plugin for running Grunt tasks
106 stars 16 forks source link

npm call fails in gradle 1.10 #5

Closed tkruse closed 10 years ago

tkruse commented 10 years ago

See http://forums.gradle.org/gradle/topics/gradle_1_10_exec_raises_no_such_file_or_directory_for_executing_npm

Java Runtime approach needs much more work to look nicely, since the stdout and stderr streams have to be written to gradle stdout and stderr while the process runs.

srs commented 10 years ago

Can this be reproduces if npm is installed globally and npm is a symbolic link? Cannot reproduce this on 1.10 on my Mac using standard node/npm installation.

tkruse commented 10 years ago

sorry, seems like a fluke. My bad.

On Mon, Jan 20, 2014 at 2:58 PM, Sten Roger Sandvik < notifications@github.com> wrote:

Can this be reproduces if npm is installed globally and npm is a symbolic link? Cannot reproduce this on 1.10 on my Mac using standard node/npm installation.

— Reply to this email directly or view it on GitHubhttps://github.com/srs/gradle-grunt-plugin/issues/5#issuecomment-32761070 .

srs commented 10 years ago

Ok. Thanks anyway.