gradle-node-plugin
gradle-node-plugin copied to clipboard
Gradle plugin for integrating NodeJS in your build. :rocket:
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:
## **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...
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...
* 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
The example builds need to have their dependencies and lockfiles updated