koosoku/MovieVerse

Put node_modules inside package.json

Closed this issue · 1 comments

Node_modules shouldn't be on github, but rather stated in package.json . When doing npm install in the terminal, npm will install all the right dependencies. A .gitignore should be created with node_modules/ in it.

More info here

fixed thx jonathan:)