react-authentication-in-depth icon indicating copy to clipboard operation
react-authentication-in-depth copied to clipboard

npm ERR! code EINVALIDTAGNAME

Open JyeGuru opened this issue 6 years ago • 1 comments

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

JyeGuru avatar Jan 30 '19 21:01 JyeGuru

Sample problem, what's the fix?

kylerchin avatar Nov 17 '19 08:11 kylerchin