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
trafficstars

Hello, I have `musl` libc locally near `glibc`, because I am using some `alpine` project utils locally. This is fairly legal. You are detecting `musl` in the following way: ```...

I'm getting an error message on my new Mac M4. The same build works fine on WSL on my Windows machine. ``` [INFO] --- frontend:1.15.1:install-node-and-npm (install node and npm) @...

my pom: ```xml com.github.eirslett frontend-maven-plugin 1.11.0 install node and npm install-node-and-npm ${node.version} ${npm.version} ui http://npmmirror.com/mirrors/node/ http://npmmirror.com/mirrors/npm/ npm install npm install ui npm build npm generate-resources run build ui ``` log:...

I got a 404 error on the arm64 gitlab runner. Locally on Windows - fine. ``` [INFO] Installing node version v22.9.0 [INFO] Downloading https://nodejs.org/dist/v22.9.0/node-v22.9.0-linux-arm64-musl.tar.gz to /root/.m2/repository/com/github/eirslett/node/22.9.0/node-22.9.0-linux-arm64-musl.tar.gz [INFO] No proxies configured...

In the Maven log output, after Node and NPM are installed, there is a line like the following: [INFO] Running 'npm install' in D:\my\project\repo\frontend The question I'm faced with is,...

As pointed out in #1172 Non Proxy hosts are not added to the proxy environment vars. This PR adds the missing environment var. It converts from the maven format *.host1|*.host2...

Steps to reproduce - Configure a maven proxy with a wildcard non proxy hosts, e.g. `*.google.de` (see DefaultNpmRunnerTest.java) Expected result - npm is called with `--noproxy=*.google.de` Actual result - npm...

The Build script contains CJK and outputs garbled code, Eg: console.log (“中文 && 日本語”) **What is the current behavior?** Output garbled code

I have encountered the following issue installing packages with the frontend-maven-plugin. WorkingDirectory configuration is lost in the installation phase of the package when maven is run from a Jenkins job....