Npm error! after git clone

I’m getting NPM errors when i’m try to start a project. A started the project several times after this but had passed a month since i executed, now i got this error and i don’t know why

[ERROR] An error occurred while running npm install (exit code 1):


        npm ERR! git submodule -q update --init --recursive: fatal: 'submodule' appears to be a git command, but we were
        not
        npm ERR! git submodule -q update --init --recursive: able to execute it. Maybe git-submodule is broken?
        npm ERR! git submodule -q update --init --recursive:
        npm ERR! git submodule -q update --init --recursive: fatal: 'submodule' appears to be a git command, but we were
        not
        npm ERR! git submodule -q update --init --recursive: able to execute it. Maybe git-submodule is broken?
        npm ERR! git submodule -q update --init --recursive:
        npm ERR! Windows_NT 10.0.15063
        npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program
        Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
        npm ERR! node v6.11.2
        npm ERR! npm  v3.10.10
        npm ERR! code E404

        npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/mx.ferreyra.callnumber
        npm ERR! 404
        npm ERR! 404  'mx.ferreyra.callnumber' 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 'ionic-hello-world'
        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! Please include the following file with any support request:
        npm ERR!     C:\Users\John\npm-debug.log

Try removing mx.ferreyra.callnumber from your package.json and run npm install again
callnumber plugin seems to be causing the issue