freeCodeCamp / pantry-for-good

An open source food bank logistics and inventory management tool
Other
395 stars 189 forks source link

fix security vulnerabilities as suggested by npm install using npm audit fix --force #393

Closed spotlesscoder closed 6 years ago

jspaine commented 6 years ago

Thanks, but it seems there have been some changes in gulp 4 and it doesn't build. Also webpack-dev-server 3 has a peer dependency on webpack 4 so I'm not sure it'll work without updating that too.

spotlesscoder commented 6 years ago

Oh yes, indeed. Do you plan upgrading?

Another thing: maybe it would be good to run "npm run dev" on Travis CI. This way, I would have noticed it myself. I was too confident that it would work ;)