-
Notifications
You must be signed in to change notification settings - Fork 487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to exec soy script #802
Comments
Hi @oliosien, sorry you hit this... the first thing that comes to mind was, that you might not have Java installed, but I think I can see it in your PATH... Can you confirm what OS are you running and what jdk version? |
Hi @jbalsas, I have installed |
Hi @oliosien @jbalsas , It looks like Window can't handle RegExp as CLI arguments, so this line is failing:
The I solved building the project in a Linux VM, even if I'd rather this problem to be fixed soon to go back working on my workspace, instead of a vm |
Hey @kino90, thanks so much for that tip! That helps narrowing this down a lot! We'll take a look at this soon! |
Also, I had to install Java on my VM, which isn't written anywhere.. I took a while to guess it (until I read this issue) 😉 |
Yeah, I checked because I thought we mentioned that somewhere, but I couldn't find it, so I'll make sure we add a clear warning with this. Sorry for the trouble! |
Thx to all |
Hey guys, I'm closing this so we can track this down in question #1056 that is related. |
I have executed
npm run build
, but I get this error (see attached file).npm-debug.log
The text was updated successfully, but these errors were encountered: