i clone a project with git, the project was create with ionic 2 but when i execute the command for re-create the node_modules folder i get this error.
npm instal
Try removing "package-lock.json" and running "npm install && npm update", it'll install the latest version and clear all errors.