You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm install for gulp-spawn-mocha-nyc gives the following warning:
npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm install for gulp-spawn-mocha-nyc gives the following warning:
It looks like this would be simple to fix by using:
https://www.npmjs.com/package/plugin-error
...rather than the one from gulp-util.