react-authentication-in-depth
react-authentication-in-depth copied to clipboard
npm ERR! code EINVALIDTAGNAME
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
Sample problem, what's the fix?