You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 7, 2018. It is now read-only.
Not entirely sure about this, but I believe that for apps using some kind of dependency checker based on semver.js, errors are thrown when the dependencies include d3-plugins because the .bower.json file for d3-plugins does not specify a version. Manually adding a version to that file fixed it for me. My use case is an Ember app using ember-cli-dependency-checker, which itself uses semver.js. See this issue quaertym/ember-cli-dependency-checker#18