Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update "You are not logged in!" Message #238

Open
TerrySmithDC opened this issue Apr 16, 2019 · 0 comments
Open

Update "You are not logged in!" Message #238

TerrySmithDC opened this issue Apr 16, 2019 · 0 comments

Comments

@TerrySmithDC
Copy link

Suggestion

More than once when my login expires I spend a few minutes to figure out which auth has expired. It would be handy to specify it's the manifold-cli that isn't logged in.

Example

> manifold run node server

You are not logged in!
npm ERR! code ELIFECYCLE
npm ERR! errno 255
npm ERR! [email protected] start: `manifold run node server`
npm ERR! Exit status 255
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

Suggested

> manifold run node server

[manifold-cli] You are not logged in!
npm ERR! code ELIFECYCLE
npm ERR! errno 255
npm ERR! [email protected] start: `manifold run node server`
npm ERR! Exit status 255
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant