frontend-maven-plugin
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.
**Do you want to request a _feature_ or report a _bug_?** Feature **What is the current behavior?** Node version has to be manually specified as a property **What is the...
Short story: It looks like the link to download npm is broken. Downloading from http://registry.npmjs.org/npm/-/npm-v4.0.5.tgz returns this: {"code": "InternalError","message": "options.uri is a required argument"} Long story: Plugin configuration: <plugin> <groupId>com.github.eirslett</groupId>...
**Summary** Fix the issue described in #967 > the PNPMInstaller tries to copy pnpm & pnpm.cmd ([copyPnpmScripts](https://github.com/eirslett/frontend-maven-plugin/blob/e727f7dbb1dfa1df0367aba43e93f88e5a8df342/frontend-plugin-core/src/main/java/com/github/eirslett/maven/plugins/frontend/lib/PNPMInstaller.java#L170)), but pnpm has no such predefined files, thus it does not find anything...
**Summary** This is just a documentation change, the `` element must be nested within `` elements in `pom.xml`.
**Feature Request** **Is Situation** --- The following download path is currently calculated: https://nexus.mydomain.de/repository/npm-all/node/-/v18.16.1/node-v18.16.1-linux-x64.tar.gz (with manuel downloadroot) or https://nodejs.org/dist/v18.16.1/node-v18.16.1-linux-x64.tar.xz (with default downloadroot) The path is hardcoded in Platform.java line 170 return...
LoongArch is a risc architecture, like RISCV. This PR is used to support LoongArch.
Can someone please help how to fix such issue? Error while build maven project in AEM. [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.6:npm (npm run build) on project com-ishop-changi.react: Failed to...
https://github.com/eirslett/frontend-maven-plugin/blob/5ad126f96120c42e4f5d7856af57434485c26a66/frontend-plugin-core/src/main/java/com/github/eirslett/maven/plugins/frontend/lib/InstallConfig.java#L12C23-L12C23
Hi, I'm currently using this maven plugin with [`classic-yarn`](https://classic.yarnpkg.com/) and this works well. :+1: Sooner or later, I consider to migrate to [modern yarn](https://yarnpkg.com/) (currently Yarn 4). But it is...
Hi, I'm receiving following error since my angular upgrade on my jenkins pipeline but local build is fine. Can I get more details from plugin what's going wrong on jenkins?...