Could not find plugin "proposal-numeric-separator"

hi @Hammad6264
In my project the keyboard is not pushing the view content.
keyboard appears over the inputs.

Can you please help me to fix that.

Thanks

This worked for me:

Go to tsconfig.json

change

"target": "es2015",

to

"target": "es5",

8 Likes

I was faced with the same problem then I ran ionic repair and the problem was fixed.

1 Like

Thanks @ramsatt . This really heped alot

This worked for me too. Thank you, @chenlitchian !

Thanks a lot !! This actually works !!

This was the easy fix, worked for me!