karol-f / vue-custom-element

Vue Custom Element - Web Components' Custom Elements for Vue.js
https://karol-f.github.io/vue-custom-element/
MIT License
1.97k stars 187 forks source link

Could not install dependencies & run demo #195

Closed MasterBopoH closed 4 years ago

MasterBopoH commented 4 years ago

https://registry.npmjs.org/es-abstract/-/es-abstract-1.14.0.tgz which is used as a transitive dependency in some package is absent in npm repo. If possible add some CI test for the application build.

Thanks, Mykola.

npm ERR! 404 Not Found - GET https://registry.npmjs.org/es-abstract/-/es-abstract-1.14.0.tgz npm ERR! 404 npm ERR! 404 'es-abstract@1.14.0' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 It was specified as a dependency of 'vue-custom-element'

karol-f commented 4 years ago

I will migrate to newer build system, probably vue-cli@3. Thanks.

MasterBopoH commented 4 years ago

@karol-f , thanks, but could you please bump the versions properly? Autoupdate breaks things up.

karol-f commented 4 years ago

@MasterBopoH Can You for now just use yarn as there is yarn.lock.

I've tested it on clear repo downloaded from GitHub and after yarn install (with some warnings) and yarn dev:demo it works fine.

MasterBopoH commented 4 years ago

@karol-f thanks. I appreciate your help! (I solved that by rolling back to some previous version, but newest is better :) )