@himanshu.koshti the warning message just indicates that we cannot execute the plugin with node version 10. This was already behaving like this before this change as Node 10 is below node 12.
See details about this in this older post:
The only point is we did not warn or log anything about that.
Now you get a warning message where we indicate this behaviour.
There are now 2 ways to work with this situation:
-
Ignore the warning and if the plugin still works with the node version all fine
-
Update your node version to be at least Node 14.14.x (I would recommend going to node 16.x)
This can be achieved by multiple ways and you can read this up on our documentation page: Manage build dependencies | Netlify Docs
The option 2 is the preferred option. For further help it would be helpful to get a link to your deploy logs so that we can identify your problem better.