android-js / androidjs

Platform to build android app using node js
MIT License
462 stars 109 forks source link

Errors due to old NodeJs version, Any way to update NodeJs version? #282

Open NavpreetDevpuri opened 1 year ago

NavpreetDevpuri commented 1 year ago

Describe the bug Some NPM packages are not working because we are using NodeJs 10 which does not support some syntaxes

Expected behavior The latest syntaxes should work fine. We need some way to update the NodeJs version

Screenshots Class property assignment is not working in NodeJs 10

Screenshot 2022-12-06 at 4 23 20 PM

Which is working fine NodeJs 12

Screenshot 2022-12-06 at 4 23 09 PM
argus-xd commented 1 year ago

@NavpreetDevpuri did you manage to solve the problem?