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.
Version 1.6 Relates to issue #660 frontend-maven-plugin calls yarn with: ``` yarn run build-prod --https-proxy=http://proxy:8080 --proxy=proxy:8080 ``` Causing: ``` [ERROR] Unknown option: '--https-proxy' [ERROR] Unknown option: '--proxy' ``` I think...
Getting following error when trying to npm ci using front-end-maven plugin. (version 1.13) **Do you want to request a _feature_ or report a _bug_?** Its a Bug. npm config1 npm...
Getting following error when trying to npm ci using front-end-maven plugin. (version 1.13) **Do you want to request a _feature_ or report a _bug_?** Its a Bug. npm config1 npm...
Googling it, strict SSL needs to be disabled. Is it possible to turn off SSL with-in pom plugin configuration **Do you want to request a _feature_ or report a _bug_?**...
We use frontend-maven-plugin in a pretty straightforward matter. Recently we bumped the version of the plugin from 1.12.0 to 1.12.1 and the project started failing with the following error ```...
Hi! I have an edge case, where I just want to download node and npm. I tried to do via your plugin, because it contains the `install-node-and-npm` goal, which should...
Hello. In our organization, we use Nexus as a private npm registry and maven repository. To simplify the initial project setup and to store the authentication settings in one place...
**Do you want to request a _feature_ or report a _bug_?** Report a bug. **What is the current behavior?** After running `install-node-and-npm`, running `npx cowsay wow` installs `cowsay` to the...
**Summary** This PR tries to fix issue #724 by adding both the proxy credentials (if present) and the target host credentials (if present) to the `CredentialsProvider` passed to the http...
I understand the purpose to install a locally npm, to prevent the interfere from global environment. But for every single project, the npm won't change much. It's convenient to create...