DonJayamanne/bowerVSCode

conflict and pending problem

hansanghoon opened this issue · 1 comments

I run bower install from this extension. Somehow I got warning message

warn: conflict: (incompatible) Unable to find suitable version for iron-flex-layout:
    1). iron-flex-layout#2.0-preview and is required by  app-layout#2.0-preview iron-component-page#^1.0.0 iron-demo-helpers#^1.0.0 iron-icon#2.0-preview paper-button#2.0-preview paper-styles#2.0-preview
    2). iron-flex-layout#^1.0.0 which resolved to v1.3.2 and is required by  iron-autogrow-textarea#^1.0.0 iron-component-page#^1.0.0 iron-demo-helpers#^1.0.0 iron-icon#^1.0.0 paper-button#^1.0.0 paper-button#^1.0.14 paper-header-panel#^1.0.0 paper-styles#^1.0.0 paper-styles#^1.2.0 paper-toolbar#^1.0.0


If I run bower install from command line, I would choose one number from above. However, extension invoked bower install just pending for forever. I cannot choose any of them.

here's my bower.json dependencies

{
  "name": "hm10thermo",
  "main": "index.html",
  "dependencies": {
    "polymer": "^1.8.1",
    "platinum-bluetooth": "polymerelements/platinum-bluetooth#^2.1.2",
    "paper-button": "polymerelements/paper-button#^1.0.14",
    "paper-input": "polymerelements/paper-input#^1.1.23",
    "paper-styles": "polymerelements/paper-styles#^1.2.0",
    "polymerfire": "firebase/polymerfire#^0.10.3",
    "platinum-sw": "polymerelements/platinum-sw#^1.3.0"
  },
  "devDependencies": {
    "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
    "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
    "web-component-tester": "^4.0.0",
    "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
  }
}

Hi, unfortunately I will not be updating this extension as running the commands from the integrated terminal is possible now. Back in the early days vs code didn't have an integrated terminal.