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 96 gradle-node-plugin issues
Sort by recently updated
recently updated
newest added

The addPnpmRule should use the same logic as addNpmRule. It should create (and not only register) the task.

The addPnpmRule should use the same logit as addNpmRule. It should create (and not only register) the task.

With no changes in the code we've started getting failures like this: ``` java.lang.AssertionError: Request not found exactly once, expected: but was:

help wanted
good first issue

## **Description** Hi, I tried to execute the following task (go to reproduce the error for more details) and the problem is when I added `--watch` in args, when I...

question

Would it be possible integrate this plugin with the `.nvmrc` file? A lot of projects and developers are using [.nvm](https://github.com/nvm-sh/nvm) for managing the required node version per project with that...

build service / worker api

* What went wrong: An exception occurred applying plugin request [id: 'com.github.node-gradle.node', version: '3.5.1'] > Failed to apply plugin 'com.github.node-gradle.node'. > Could not create task ':npmSetup'. > Cannot set the...

Assume in my `package.json` I have a task named "xxx". Using `npm` itself, I can run it as follows: `npm run xxx`. I also can run it with additional arguments...

The node-env, yarn-env, and npm-env fixtures all share the same setup and unifying this would reduce the maintenance burden

good first issue

The example builds need to have their dependencies and lockfiles updated

good first issue