The mvn command was actually: mvn clean install -Pdist -DskipTests, from IntelliJ (It shouldn't matter though)
On Thu, Jul 11, 2019 at 9:39 AM Eyal Yurman <eyurma...@verizonmedia.com> wrote: > Hi, > > Has anyone encountered the following error? > > mvn clean install -PskipTests > > [INFO] --- frontend-maven-plugin:1.6:npm (npm-install) @ druid-console --- > [INFO] Running 'npm ci' in > /Users/eyurman14/git/yurmix-incubating-druid/web-console > [ERROR] npm ERR! code ETARGET > [ERROR] npm ERR! notarget No matching version found for > @types/react-copy-to-clipboard@4.2.6 > [ERROR] npm ERR! notarget In most cases you or one of your dependencies > are requesting > [ERROR] npm ERR! notarget a package version that doesn't exist. > [ERROR] > [ERROR] npm ERR! A complete log of this run can be found in: > [ERROR] npm ERR! > /Users/eyurman14/.npm/_logs/2019-07-11T16_34_32_404Z-debug.log > >