-
Notifications
You must be signed in to change notification settings - Fork 143
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
Wiredep still includes excluded packages from config #259
Comments
Try 'wiredep' key, not 'wireDep' :) |
That's just a reference |
Ah, okay sorry. Looked like a grunt config at a glance. |
|
Is it possible to put a quick repo together that I can clone && bower install && npm install && npm test? |
Having the same issue |
Wiredep still includes excluded packages from config and keeps saying that ionic is not installed, but I'd like to exclude this package. I also tried ignoredDependencies #249.
In case it was a file path issue I tried a variety of excluded paths.
Docs also say that by default devDependencies are not included, but the error is related to
ionic
not being installed even though it is in devDependencies. So I tried also setting this to false.The text was updated successfully, but these errors were encountered: