Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #npm #git
ADD COMMENT
Topic
Name
1+3 =