Node modules get deleted while installing new plugins

Hi,
I’m using Ionic 3 for developing an application. Whenever I try to download any plugins, the node modules are getting deleted. I’m facing the issue after updating the Node version from 8.5.0 to 9.1.0

What may be the cause for this?

are the deleted plugins listed in your package.json?

Node 9 is not stable for Ionic. Revert to the most recent Node LTS, and stay there for a while.

1 Like

Sure thanks! I’ve updated to 9.2.0 and now it is ok