Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add grunt task to check npm dependencies #587

Closed
miketaylr opened this issue Mar 9, 2015 · 1 comment
Closed

Add grunt task to check npm dependencies #587

miketaylr opened this issue Mar 9, 2015 · 1 comment

Comments

@miketaylr
Copy link
Member

Using https://www.npmjs.com/package/grunt-check-dependencies (or similar).

@miketaylr
Copy link
Member Author

🐓 grunt
Running "checkDependencies:check" (checkDependencies) task
>> intern: installed: 2.0.0, expected: 2.2.0
>> Invoke npm install to install missing packages
Warning: Task "checkDependencies:check" failed. Use --force to continue.

Aborted due to warnings.

mtaylor at omg in ~/dev/compat/webcompat.com on master*
🐓 npm uninstall intern
unbuild [email protected]

mtaylor at omg in ~/dev/compat/webcompat.com on master*
🐓 grunt
Running "checkDependencies:go" (checkDependencies) task
>> intern: not installed!
>> Invoke npm install to install missing packages
Warning: Task "checkDependencies:go" failed. Use --force to continue.

Aborted due to warnings.

mtaylor at omg in ~/dev/compat/webcompat.com on master*
🐓 npm install
npm http GET https://registry.npmjs.org/intern/2.2.0
npm http 304 https://registry.npmjs.org/intern/2.2.0
...SNIP...

mtaylor at omg in ~/dev/compat/webcompat.com on master*
🐓 grunt
Running "checkDependencies:go" (checkDependencies) task

Running "jshint:tests" (jshint) task
>> 6 files lint free.

magsout added a commit that referenced this issue Mar 23, 2015
Issue #587 - Add a task to check npm dependencies and run by default
miketaylr pushed a commit that referenced this issue Jul 20, 2015
* master: (46 commits)
  Fixes #509 - mention [ci skip] in docs.
  v1.6.2 changelog
  Issues #588 - list style
  Fix #583 Using the function for checking dependencies
  Checking dependencies
  Modules needed for checking dependencies
  Two cases to handle
  Adding message
  Issue #368 - Remove (now) unused STARTUP variable
  Issue #368 - Compute cache busting param based on md5 hash of file
  Issue #368 - Move bust_cache function into a Jinja template helper
  Issue #368: Part 1, add bust_cache param to minified production JS
  Issue #587 - Add a task to check npm dependencies and run by default
  v1.6.1
  Fixes #591 - Typo in form field. >_<
  Tag v1.6.0
  Issue #572 - Remove right float for GitHub issue warp hint
  Issue #432 - Add js-form-error and js-no-error classes and update tests.
  Issue #432 - Add wc-Form-required class to problem label
  Added wc-Form, wc-ReportForm
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant