Open Mettbrot opened 1 year ago
This may be related to https://github.com/eirslett/frontend-maven-plugin/issues/1030 A workaround for this is to disable the proxy to be passed using:
<configuration>
<pnpmInheritsProxyConfigFromMaven>false</pnpmInheritsProxyConfigFromMaven>
</configuration>
https://github.com/eirslett/frontend-maven-plugin/pull/1120 fixes this issue. unfortunately it's not merged yet.
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 to pnpm If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior? according to the pnpm Website, the additional options need to be passed to pnpm before the script is called. Running
works completely fine. Please mention your frontend-maven-plugin and operating system version. frontend-maven-plugin 1.14.2 on Windows 10