You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I unknowingly made the first letter of my username uppercase which caused me not to be able to run the basic scaffolded project. I received a few errors below in the console.
Dale:hello-world (HEAD) has an uppercase letter in its name; use lowercase only
Uncaught Error: No dependencies found for dale:hello-world (HEAD)
Which made it pretty clear that I should not use uppercase in my username, but I could not figure out how to change it.
Maybe there should be a warning when running famous register or it should automatically lowercase the provided username.
Ultimately I ended registering with a different email address and everything worked.
The text was updated successfully, but these errors were encountered:
Hi Dale, thanks for this report and apologies for the friction. Agree, we should at least warn when a username isn't compatible. Count this as an oversight on our part. This is on our radar and we should have a fix in soon. Related to https://github.com/Famous/famous-cli
I unknowingly made the first letter of my username uppercase which caused me not to be able to run the basic scaffolded project. I received a few errors below in the console.
Which made it pretty clear that I should not use uppercase in my username, but I could not figure out how to change it.
Maybe there should be a warning when running
famous register
or it should automatically lowercase the provided username.Ultimately I ended registering with a different email address and everything worked.
The text was updated successfully, but these errors were encountered: