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

**Summary** When changing the node version from e.g. v14 to v18 with provided npm, then npm fails with the following exception: ``` TypeError: Class extends value undefined is not a...

**Summary** This PR fixes #1030 fixes #1121 fixes #1105 in the current version of the plugin the npx goal is broken when using a proxy. As you can read in...

**Do you want to request a _feature_ or report a _bug_?** a _bug_ **What is the current behavior?** Proxy parameters to scripts in pnpm are passt to the script, not...

frontend-maven-plugin:1.12.1:install-node-and-yarn: Downloading https://mirrors.huaweicloud.com/yarn/v1.22.19/yarn-v1.22.19.tar.gz to /opt/maven/apache-maven-3.8.1/myrepository/com/github/eirslett/yarn/1.22.19/yarn-1.22.19.tar.gz [INFO] No proxies configured [INFO] No proxy was configured, downloading directly [INFO] Unpacking /opt/maven/apache-maven-3.8.1/myrepository/com/github/eirslett/yarn/1.22.19/yarn-1.22.19.tar.gz into /opt/start.spring.io/start-client/node/yarn [INFO] Installed Yarn locally. [INFO] [INFO] --- frontend-maven-plugin:1.12.1:yarn (yarn...

I'm trying to use the maven:3.6.0-jdk-8-alpine image to build the example project. I'm getting the following error: [INFO] Running 'npm ci' in /tmp/frontend-maven-plugin/frontend-maven-plugin/src/it/example project [DEBUG] Executing command line [/tmp/frontend-maven-plugin/frontend-maven-plugin/src/it/example project/node/node,...

Is there some way to stop the frontend-maven-plugin from always passing --registry as a parameter? I'm using yarn and trying to run the build script, but it keeps passing in...

The PR adds retry option of download and install for node, npm, yarn. We (Flink community) sometimes faced an issue like ``` [ERROR] The archive file /__w/1/.m2/repository/com/github/eirslett/node/16.13.2/node-16.13.2-linux-x64.tar.gz is corrupted and...

Multiple times I have seen a partial version of node installed in {local-repo}/com/github/eirslett/node/... both on Linux and Windows. Removing this file usually fixes the problem, but it is happening more...

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies
javascript

Hi, Could the CHANGELOG.md please be updated to encapsulate the latest (v1.10.0) release? I'm finding the exact changes a bit hard to follow otherwise. Thanks!