Eirik Sletteberg
Eirik Sletteberg
Idk, I don't use yarn... 🤷 maybe if somebody who uses yarn can help out, and also at the same time write some docs about it, that would be great!...
No, I mean call yarn directly without Maven.
Yes please! Some helper/debug/troubleshooting info under "Running Yarn" maybe.
Regarding security fixes, I don't consider it a big problem, because Node.js is not used during runtime, only during build time. The attack surface is much smaller. And because of...
Just tell your sysadmins to install a LTS version of node.js and npm on all the developer machines in the company. And then use exec-maven-plugin 👌
That's right - the plugin doesn't support raspberry pi. Perhaps it would be possible by updating the system architecture heuristic. It's not a priority.
Have you tried the newest version of the plugin?
This isn't really a problem with the Maven plugin. It's a problem with npm, which logs to stderr, when it should have been logging to stdout. And it's a problem...
There's a number of reasons why you would want to log empty lines, especially readability-wise. If you need to log an error and display an ascii diagram for example, or...
I'm still reluctant, I don't think it' this plugin's responsibility to supporess empty lines. Maybe it should be fixed in yarn instead? You could argue that they shouldn't be logging...