I’ve a project in a repository in git, but when I clone it and make the “nmp install”, I get the following error:
PS E:\ionic\incidencias\myApp> npm install
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/cordova-plugin-ionic-googleplus - Not found
npm ERR! 404
npm ERR! 404 'cordova-plugin-ionic-googleplus@8.2.1' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'myApp'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Juan Antonio\AppData\Roaming\npm-cache\_logs\2020-02-20T10_23_48_597Z-debug.log
Someone can help me?
Thanks.