craigburke / karma-gradle

Gradle Plugin for Running tests with Karma
Other
21 stars 11 forks source link

Unable to execute karmaRun task #3

Closed mbpolan closed 8 years ago

mbpolan commented 8 years ago

Hi,

I'm trying to use your plugin in my gradle project. I've applied the plugin and took defaults like suggested in the doc, but when I run gradlew karmaRun, it fails with the following exception during the nodeSetup task:

Caused by: java.io.FileNotFoundException: C:\Users\mike.gradle\nodejs\node-v4.2.3-windows-x64\bin\node.exe (The process cannot access the file because it is being used by another process)

I'm using Gradle 2.9. Any ideas?

stacktrace.txt

mbpolan commented 8 years ago

Never mind, turns out I had another node instance running already. Ugh, silly me. :)

craigburke commented 8 years ago

@kanadakid cool. Glad you figured it out! :+1: