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

Warns when npm or bower dependencies aren't installed #3996

Merged
merged 1 commit into from
May 5, 2015

Conversation

marcioj
Copy link
Contributor

@marcioj marcioj commented May 2, 2015

Closes #3961

@marcioj marcioj force-pushed the installation-check branch 2 times, most recently from d609983 to 9d00f89 Compare May 3, 2015 05:06
@stefanpenner
Copy link
Contributor

lvgtm thank you sir

stefanpenner added a commit that referenced this pull request May 5, 2015
Warns when npm or bower dependencies aren't installed
@stefanpenner stefanpenner merged commit ba668c3 into ember-cli:master May 5, 2015
@marcioj marcioj deleted the installation-check branch May 6, 2015 03:18
var InstallationChecker = require('../../../lib/models/installation-checker');
var path = require('path');

describe.only('Installation Checker', function() {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I forgot this only here. I will send a fix now.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@marcioj we should add a test that validates no only's are submitted...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stefanpenner 👍. I will try something tonight

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inside of a freshly cloned app: Cannot find module 'ember-cli/lib/broccoli/ember-app'
2 participants