gradle-node-plugin icon indicating copy to clipboard operation
gradle-node-plugin copied to clipboard

Gradle plugin for integrating NodeJS in your build. :rocket:

Results 101 gradle-node-plugin issues
Sort by recently updated
recently updated
newest added

Hi We have created Private repository for node and through gradle we want to install npm 6.9.2. Repository created requires authentication and we did not find any way in node...

### Problem I enabled GRADLE_METADATA feature on my kotlin-multiplatform-js project, and I got following error: ``` Execution failed for task ':prefessor-js:nodeSetup'. > Could not resolve all files for configuration ':prefessor-js:detachedConfiguration1'....

Using `npm install` during a CI build is causing in my case several problems as it modifies the `package-lock.json` file. Running `npm ci` avoids that. How can I configure the...

When trying to install node, yarn and npm with this configuration ``` node { download = true version = '8.9.1' distBaseUrl = 'https://nodejs.org/dist' npmVersion = '5.5.1' yarnVersion = '1.5.1' nodeModulesDir...

Hi, first of all thanks for a great gradle plugin. One of my tasks in gradle starts an infinite node task called `watch`. This task is infinite it means it...

First of all, thanks so much for this plugin. It has helped me greatly in the past week. One thing that seems to be a bit of a pain for...

I think it is a version issue. I ran into this when re-using the file https://github.com/shekhargulati/gradle-react-app/blob/master/build.gradle . I upgraded the version of the plugin to the latest and got this...

Hi I'm using the latest version of this plugin: plugins { id "com.moowork.node" version "1.3.1" } After I've upgraded from Gradle 6.8.3 to Gradle 7 my project fails to build...

I am having a simple app created with https://github.com/facebook/create-react-app that I am using with this plugin. To start it I am running `gradle yarn_run_start` which starts a nodejs dev server...

maybe it would be good to settle for a new location for a fork to be able to do PRs again.