Riccardo Manzan
Riccardo Manzan
Similar here, i got "second.replace is not a function" in compareTwoStrings() Any thoughts? Edit: My fault, i was passing a null value sometimes, "fixed" adding `|| ""` after the variables
This way, using one command works. What if i wanted to execute multiple commands? ```xml commandOne && commandTwo ``` does not work as `&&` and `commandTwo` are considered as arguments...
I'd like to skip onli install execution but i would keep executing npm build step. Is there any way to do it with command-line arguments? The only one i found...
Basing on [apwhitelaw's response](https://github.com/eirslett/frontend-maven-plugin/issues/1008#issuecomment-1369570856) i managed in this ez way: * Add in project>properties tag this two nodes: ```xml false ${skip.npm} ``` * Use those properties to skip certain plugin...
Hi @graemerocher , as suggested i forked the project and created a pull request regarding the documentation. In the future i guess i could open a new one regarding the...
@Fohlen, what are you trying to do? I'll check what i have and come back.
I think #727 is something very close to this issue, or even the same.
PR submitted
Exactly! This is not available for me when using intellij.
I tried a VcxSrv and yeah, it's working but there are some other issues i'm not gonna deal with. As already said, I think this is something very related to...