stencil-community / stencil-app-starter

Minimal starter project for building web components with Stencil
https://github.com/ionic-team/stencil
MIT License
320 stars 102 forks source link

depending on an uglify-es that doesn't exist? #42

Closed ShawnTalbert closed 6 years ago

ShawnTalbert commented 6 years ago
npm install @stencil/core

npm ERR! code ETARGET
npm ERR! notarget No matching version found for uglify-es@3.3.8
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget 
npm ERR! notarget It was specified as a dependency of @stencil/core
npm ERR! notarget 

npm ERR! A complete log of this run can be found in:
jgw96 commented 6 years ago

Hello! I cannot reproduce this with the latest version of Stencil. To update you can run npm install @stencil/core@latest --save-exact. Because of this I will be closing this issue for now. Thanks for using Stencil!