ef4 / ember-browserify

ember-cli addon for easily loading CommonJS packages from npm via browserify.
MIT License
172 stars 28 forks source link

Update fs-tree-diff #89

Closed hjdivad closed 7 years ago

hjdivad commented 8 years ago

cc @stefanpenner

stefanpenner commented 7 years ago

@ef4 looks like appveyor and npm are having issues, I am unable to issue a rebuild (on appveyor) but i suspect this is good as is. Would love a +1

ef4 commented 7 years ago

restarted appveyor...

asakusuma commented 7 years ago

looks like there's still an npm issue

npm ERR! notarget No compatible version found: broccoli-merge-trees@'>=1.1.2 <2.0.0'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["0.1.3","0.1.4","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","1.0.0","1.1.0","1.1.1"]
stefanpenner commented 7 years ago

@asakusuma ya, I think appveyors cache (or npm mirror maybe) are out of sync..

stefanpenner commented 7 years ago

appveyor again couldn't find 1.1.2 but its totally on npm

npm info --json broccoli-merge-trees | jq '.version'          (4) (2s 791ms)
"1.1.2"

investigating cache stuff now..

stefanpenner commented 7 years ago

appveyor just seems borked