[buddypress-trac] [BuddyPress Trac] #6756: npm check-dependencies
buddypress-trac
noreply at wordpress.org
Mon Nov 30 11:31:36 UTC 2015
#6756: npm check-dependencies
-----------------------------------+-----------------
Reporter: DJPaul | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 2.5
Component: Tools - Build Process | Version:
Severity: normal | Keywords:
-----------------------------------+-----------------
I think we should introduce the `check-dependencies` NPM package into our
Grunt workflow. It checks if currently installed NPM dependencies are the
same versions that are specified in the `package.json`.
> whether it's a version bump or a new package, one can forget to invoke
npm install (or bower install) and continue using the application,
possibly encountering errors caused by obsolete package versions. To avoid
it, use the check-dependencies module at the top of the entry point of
your application; it will inform about not up-to-date setup and optionally
install the dependencies.
https://github.com/mzgol/check-dependencies
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6756>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list