Instructions on postcss and hugo - should I commit package-lock.json?

Hi there,

please do not push the node_modules folder - that is something that will get automatically installed according to what is listed out in your package.json file.

A little more info on that here:

My first question is, does the project build locally? This sounds a bit like you maybe changed something in your package.json and didn’t push it to github.

Let us know if this helps!