savoirfairelinux / sous-chef

Sous-Chef is a web application to help organizations to plan and deliver meals, and to manage clients files.
GNU Affero General Public License v3.0
67 stars 45 forks source link

Update npm dependecies to avoid the warnings #778

Closed erozqba closed 7 years ago

erozqba commented 7 years ago

Update npm dependencies to avoid the warnings related with minimatch a…nd graceful-fs

Ref: issue #777

Fixes # by erozqba

Changes proposed in this pull request:

Status

How to verify this change

  1. Remove the node_modules folder: rm -rf tools/gulp/node_modules
  2. Install npm dependencies and generate assets: docker-compose exec web sh -c "cd tools/gulp && npm install --unsafe-perm && gulp"

Deployment notes and migration

New translatable strings

Additional notes

If applicable, explain the rationale behind your change.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.03%) to 95.328% when pulling 0c695aae19f43aa9d15a35d53e159979c12996e7 on erozqba:issue_777_npm_warn into 4a795a0e4e4756ca4a148ed78646ec77ad193684 on savoirfairelinux:dev.

lingxiaoyang commented 7 years ago

@erozqba Is it in WIP stage?