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
{{ message }}
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.
EDIT: See image. Seems the text is there, just not visible. :/
Running:
bin/strider init
Purportedly should give me:
plugin: name: your-plugin-name
plugin: description: test
plugin: author: test
But, I was a bit confused because of no "name:", "description:", or "author:" text showing at the prompts. So, I just kept:
plugin: my-plugin-name
plugin: my-plugin-name
plugin: mpn (thinking it was too long because I kept seeing just "plugin:" prompts.
Anyway, I've confirmed the three settings are in package.json with keys: name, description, and author.
I'm on Ubuntu 16 running my new-ified docker-strider (https://hub.docker.com/r/neillindberg/iamstrider/)
The text was updated successfully, but these errors were encountered:
Colors are handled by the prompt module. It might very well be your terminal color theme that doesn't have certain colors defined. We could try upgrading the prompt module version.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
EDIT: See image. Seems the text is there, just not visible. :/
Running:
bin/strider init
Purportedly should give me:
plugin: name: your-plugin-name
plugin: description: test
plugin: author: test
But, I was a bit confused because of no "name:", "description:", or "author:" text showing at the prompts. So, I just kept:
plugin: my-plugin-name
plugin: my-plugin-name
plugin: mpn (thinking it was too long because I kept seeing just "plugin:" prompts.
Anyway, I've confirmed the three settings are in package.json with keys: name, description, and author.
I'm on Ubuntu 16 running my new-ified docker-strider (https://hub.docker.com/r/neillindberg/iamstrider/)
The text was updated successfully, but these errors were encountered: