Amplify-js: No matching version found for @aws-amplify/analytics@^1.2.18

Created on 9 Jul 2019  路  3Comments  路  Source: aws-amplify/amplify-js

Describe the bug

Attempting to install aws-amplify via npm produces the following error:

npm ERR! code ETARGET
npm ERR! notarget No matching version found for @aws-amplify/analytics@^1.2.18
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 'aws-amplify'
npm ERR! notarget

It appears that a non-existent version of aws-amplify analytics is being referenced.

To Reproduce

Following the AWS Amplify "getting started" tutorial produces the error.

Steps to reproduce the behavior:

  1. run mkdir aws-test && cd aws-test
  2. run npm i aws-amplify

Additional context
I tried installing via yarn add aws-amplify as well but with no success

Most helpful comment

Now npm install --save aws-amplify works without any error.

All 3 comments

Same issue here. Seems that publish of new version is in progress.

https://github.com/aws-amplify/amplify-js/commit/ad41f869e6dd5ef7870d2b76ef99e8829a96061c

I think using the unstable versions should be safe for now.

Hard-wiring the aws-amplify version to a previous release (1.1.29 or 1.1.28) still throws the same errors.

Now npm install --save aws-amplify works without any error.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

callmekatootie picture callmekatootie  路  3Comments

simon998yang picture simon998yang  路  3Comments

romainquellec picture romainquellec  路  3Comments

josoroma picture josoroma  路  3Comments

cgarvis picture cgarvis  路  3Comments