Git submodule
pierrenel opened this issue · 1 comments
pierrenel commented
My build process has a sad time because it thinks styled-bootstrap-grid is a git submodule, it looks like a .git directory is included inside the node module :(
Aug 30 08:34:28 PM npm ERR! path /opt/render/project/src/node_modules/styled-bootstrap-grid
Aug 30 08:34:28 PM npm ERR! code EISGIT
Aug 30 08:34:28 PM npm ERR! git /opt/render/project/src/node_modules/styled-bootstrap-grid: Appears to be a git repo or submodule.
Aug 30 08:34:28 PM npm ERR! git /opt/render/project/src/node_modules/styled-bootstrap-grid
Aug 30 08:34:28 PM npm ERR! git Refusing to remove it. Update manually,
Aug 30 08:34:28 PM npm ERR! git or move it out of the way first.
peterlazzarino commented
have you set your .gitignore to exclude the node_modules directory?