-
Notifications
You must be signed in to change notification settings - Fork 270
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
Error building ui5-webcomponents #828
Comments
Hi @brodo, Should be 3.9.0 after a clean install, that's what
In case you got another version, can it be that you ran Regards, |
I see. That was indeed the problem. However I deleted yarn.lock because if I keep it, building the fsevents package using node-gyp fails. This is because ui5-webcomponents uses cpx which in turn uses an outdated version of chokidar, which uses a version of fsevents which does not work with Node 12 because the V8 API changed. I tried dealing with it by adding a newer fsevents version (1.2.9) to the
Which should not happen if yarn would use [email protected] I also tried running |
All right then. In that case, I am preparing an upgrade of all packages and will give it a try with node 12 as well. I'll keep this open for tracking. |
Thanks a lot! Some more info which might be helpful: There has not been a new release of cpx since September 2016. There is a bug open already for updating (or removing) the old chokidar dependency: mysticatea/cpx#47 |
Describe the bug
When I follow the instructions in the readme, I get an error.
To reproduce
Steps to reproduce the behavior:
yarn
yarn build
The following error occurs
Context
Any ideas why this could be? Thanks in advance.
The text was updated successfully, but these errors were encountered: