frontend-maven-plugin icon indicating copy to clipboard operation
frontend-maven-plugin copied to clipboard

"Maven-node-grunt-gulp-npm-node-plugin to end all maven-node-grunt-gulp-npm-plugins." A Maven plugin that downloads/installs Node and NPM locally, runs NPM install, Grunt, Gulp and/or Karma.

Results 179 frontend-maven-plugin issues
Sort by recently updated
recently updated
newest added

**Do you want to request a _feature_ or report a _bug_?** This is a bug similar to #519. **What is the current behavior?** When running install-node-and-pnpm multiple times, it does...

**Do you want to request a _feature_ or report a _bug_?** _bug_ **What is the current behavior?** In a yarn v1 workspace, my packages are named @test/app1 and @test/app2 ....

**Summary** Different download roots for Node, NPM, Yarn, etc. can be specified. Those download roots might have HTTPS connections with self signed certificate. For all those connections an additional plugin...

**Do you want to request a _feature_ or report a _bug_?** Feature **What is the current behavior?** Authentication for downloading npm and node (goal `install-node-and-npm`) is only possible via username...

when i did go from Node 16.2 to 1.6.6 it did do the update to that version (this is with npm just included, not an extra npm install) but then...

I'm trying to configure version 1.12.1 of this plugin in an existing java project. Following what's in the ReadMe about "[Installing node and npm](https://github.com/eirslett/frontend-maven-plugin#installing-node-and-npm)," it simply shows a chunk of...

Hello guys, I'm working on Maven and npm with different proxy for both. I would like to disable Maven proxy and using npm proxy from (.npmrc). I tried setup in...

**Do you want to request a _feature_ or report a _bug_?** Report a bug **What is the current behavior?** On `com.github.eirslett.maven.plugins.frontend.mojo.InstallNodeAndYarnMojo` `isYarnrcYamlFilePresent()` doesn't take in account the `installDirectory` and `workingDirectory`...

**Do you want to request a _feature_ or report a _bug_?** I believe it is a bug. Please educate me if it is something else. **What is the current behavior?**...

Currently, the `pnpm install` looks for `pnpm.js`, yet in version 6 they renamed the file to `pnpm.cjs`, so the install breaks. Could we get support for this as well? Tagging...