packagecheck icon indicating copy to clipboard operation
packagecheck copied to clipboard

Checks to see if package dependencies used by a Meteor package are themselves up to date.

Results 2 packagecheck issues
Sort by recently updated
recently updated
newest added

I'm getting this error for all my non-local packages: ``` momentjs:moment: version information not found. Run 'meteor show momentjs:moment' for more information. ``` in my package.js file those packages are...

When I try to run `packagecheck` it says `The system cannot find the path specified.` Then I changed all the `bash` stuff in _packagecheck_, _packagecheck.cmd_ and _node_modules/packagecheck/run_ to `node` and...