Npm install failure using frontend-maven-plugin

I’m encountering an issue where running npm install via the Maven plugin fails, though executing it manually succeeds. Example error output:

[INFO] Initiating npm install on project xUI
[ERROR] Cannot locate module 'stream-handler'

Any guidance is appreciated.

hey, im wonderin if the plugin cfg is picking up node module path correctly? maybe update npm or clear cache? has anyone seen this before and found an odd workaround?

hey, i had a simlar issue. setting an explicit node path in the plugin config fixed it for me. also, double check your env vars, might be causing a mixup. good luck!