gulp-version-conflicts

Check for and report on module version conflicts for a package

Usage no npm install needed!

<script type="module">
  import gulpVersionConflicts from 'https://cdn.skypack.dev/gulp-version-conflicts';
</script>

README

gulp-version-conflicts Build Status

Check for and report on module version conflicts for a package

 

:rocket:   Are you ready to tackle ES6 and hone your JavaScript Skills?   :rocket:
Check out these outstanding ES6 courses by @wesbos


* nvm-version-tree requires Babel, or Node v7+ and Harmonica, or Node v7.6+

Install

$ npm install gulp-version-conflicts --save-dev

Usage

const gulp = require('gulp');
const conflicts = require('gulp-version-conflicts');

gulp.task('default', () =>
    gulp.src('package.json')
        .pipe(conflicts());
);

The default reporter follows the stylish format.

License

MIT © Andrew Powell