Skip to main content
added 118 characters in body
Source Link

deleteRemove your node_module root folder from application folder and install it back by the commandyour project(eg: myApp). Go to npm installmyApp folder and then type below command from terminal

>myApp>npm install

It will workinstall all the dependency modules required for your project.

delete node_module folder from application folder and install it back by the command npm install will work

Remove your node_module root folder from your project(eg: myApp). Go to myApp folder and then type below command from terminal

>myApp>npm install

It will install all the dependency modules required for your project.

Source Link

delete node_module folder from application folder and install it back by the command npm install will work