Answers for "npm ERR! fatal: not a git repository: /home/node/app/../../.git/modules/"

1

npm ERR! fatal: not a git repository: /home/node/app/../../.git/modules/

I solved this issue by reseting all git-submodules with

rm -rf .git/modules
git submodule update --init
Posted by: Guest on October-16-2021

Code answers related to "npm ERR! fatal: not a git repository: /home/node/app/../../.git/modules/"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language