You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested with the above node and npm combinations and will support any issues with these specific version. Other versions may work but i can not guarantee supporting all the possible node/npm versions.
We can relax the node version to include 18.x if this works fine. Can you please create a PR? :) thank you
Hi @ryaa, thanks for your quick response. I raised a PR. I'm still not convinced that this is the best approach, as the restriction should come from the underlying framework (Capacitor) and this plugin should (automatically) support the same versions. But that is just my opinion :) Thanks for your work
Hi. Is there a specific reason why the node engine is restricted?
I'm using node 18 and it is working fine, but the warning bugs me :)
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@capacitor-community/[email protected]',
npm WARN EBADENGINE required: { node: '>=16.15.0 <17.0', npm: '>=8.10.0 <9.0' },
npm WARN EBADENGINE current: { node: 'v18.7.0', npm: '8.15.0' }
npm WARN EBADENGINE }
The text was updated successfully, but these errors were encountered: