I'm just starting with the tutorial (on Mac OSX):
...and running the commandnpm login --registry=http://npm.sencha.com --scope=@extjs
...gets the error:npm ERR! code E200
npm ERR! Error: A matching Lead or Contact was not found : -/user/[myusername]
The username ([myusername]) was the strange username I was sent by Sencha which was basically my email with the @ replaced by two periods. Any other u/p resulted in a login failure so I assume I have the correct credentials. Does it need me to make a user with that name?
Any thoughts?