When attempting to npm i in a fresh clone of this repo:
npm ERR! code EINVALIDTAGNAME
npm ERR! Invalid tag name "0.2.10@beta": Tags may not have any characters that encodeURIComponent encodes.
This appears to be caused by the aws-amplify package.
Removing the "aws-amplify": "0.2.10@beta", line from ./package.json and doing a new npm i aws-amplify --save then allows npm i to go through correctly using (at the time of writing) Amplify 1.1.19
When attempting to
npm iin a fresh clone of this repo:This appears to be caused by the aws-amplify package.
Removing the
"aws-amplify": "0.2.10@beta",line from./package.jsonand doing a newnpm i aws-amplify --savethen allowsnpm ito go through correctly using (at the time of writing) Amplify 1.1.19