I noticed the node modules had got committed. The .gitinore file had a mistake which I have fixed so that this directory is now ignored, and I’ve removed the files. I tried an npm install afterwards and it seemed to work.
I also ignored the .idea folder which IntelliJ generates.
I noticed the node modules had got committed. The
.gitinore
file had a mistake which I have fixed so that this directory is now ignored, and I’ve removed the files. I tried annpm install
afterwards and it seemed to work.I also ignored the
.idea
folder which IntelliJ generates.