Skip to content
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

Travis build is failing for Node.js version 16.13.0 #213

Open
mayank-katare opened this issue Nov 9, 2021 · 0 comments
Open

Travis build is failing for Node.js version 16.13.0 #213

mayank-katare opened this issue Nov 9, 2021 · 0 comments

Comments

@mayank-katare
Copy link

mayank-katare commented Nov 9, 2021

Hi team,

I am trying to give travis build and using node version 16.13.0 but it's failing. The build is failing after executing the command npm ci for the build with the below error.

CC(target) Release/obj.target/expat/deps/libexpat/lib/xmlparse.o CC(target) Release/obj.target/expat/deps/libexpat/lib/xmltok.o In file included from ../deps/libexpat/lib/xmltok.c:306:0: ../deps/libexpat/lib/xmltok_impl.c: In function ‘normal_isPublicId’: ../deps/libexpat/lib/xmltok_impl.c:1404:10: warning: this statement may fall through [-Wimplicit-fallthrough=] if (!(BYTE_TO_ASCII(enc, ptr) & ~0x7f)) ^ ../deps/libexpat/lib/xmltok_impl.c:1406:5: note: here default: ^~~~~~~ ../deps/libexpat/lib/xmltok_impl.c: In function ‘normal_sameName’: ../deps/libexpat/lib/xmltok_impl.c:1624:10: warning: this statement may fall through [-Wimplicit-fallthrough=] if (*ptr1++ != *ptr2++) \ ^ ../deps/libexpat/lib/xmltok_impl.c:1626:5: note: in expansion of macro ‘LEAD_CASE’ LEAD_CASE(4) LEAD_CASE(3) LEAD_CASE(2) ^~~~~~~~~ ../deps/libexpat/lib/xmltok_impl.c:1623:5: note: here case BT_LEAD ## n: \ ^ ../deps/libexpat/lib/xmltok_impl.c:1626:18: note: in expansion of macro ‘LEAD_CASE’ LEAD_CASE(4) LEAD_CASE(3) LEAD_CASE(2)

And when i am using node version 14.18.1, it is giving the build successfully. Is there any limitation for node-expat with node version 16.13.0 ?

In my local machine, i am using node v16 and able to give build successfully

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant