-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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! project@3.5.0 start: `manifold run node server`
npm ERR! Exit status 255
npm ERR!
npm ERR! Failed at the project@3.5.0 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! project@3.5.0 start: `manifold run node server`
npm ERR! Exit status 255
npm ERR!
npm ERR! Failed at the project@3.5.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels