-
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
Building Clay on Windows is not possible #1056
Comments
Thanks for reporting, @antonio-ortega! I think this is caused by the |
Yes. And we had to move the arguments to a config file because the escaping is different for Windows and Unix shells. Another way to bypass it is to create a node script that properly calls metalsoy (so that it can circumvent the shell). |
Closing due to inactivity and |
Hi, I did check 'yarn build' on Windows in master and it works properly, but the scripts are very different than 2.x Then I moved to 2.x branch and first I encounter these two build issues:
After doing this I got the issue described in this ticket, the problem seems to be how this regular expression is being interpreted 'clay-+(data-provider|portal|loading-indicator)', I checked this regular expression and looks fine, is matching 'clay-data-provider', 'clay-portal' and 'clay-loading-indicator'. Not really sure what can be the problem on windows. Here you have the full error text:
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. lerna ERR! yarn run build stderr: npm ERR! A complete log of this run can be found in: lerna ERR! yarn run build exited 255 in 'clay-autocomplete' |
After cloning the repo and following the steps in README, once I executed
npm run build
I got this error:This issue is happening on Windows.
The text was updated successfully, but these errors were encountered: