"shell" is not supported
See original GitHub issueHi I saw the shell is supported in this page: https://github.com/rajinwonderland/react-code-blocks/blob/master/LANGUAGES.md
But it gave me this error
Unhandled Rejection (Error): Language shell not supported
“bash” is working ok. Would it be a typo in the document? Where is the gold source of all supported language list?
Thanks in advanced
Issue Analytics
- State:
- Created 3 years ago
- Reactions:6
- Comments:8 (4 by maintainers)
Top Results From Across the Web
podman build produces "SHELL is not supported for OCI ...
When I try to build images from said Dockerfiles with podman version 2.1.1, I get the error message: "SHELL is not supported for...
Read more >Troubleshooting "unsupported shell" error when discovering ...
(2) This error means that over ssh, the device is not giving a specific shell to use. The action plan here would be...
Read more >1661592 – podman build produces ERRO[0000] HOSTNAME ...
Bug 1661592 - podman build produces ERRO[0000] HOSTNAME is not supported for OCI image format, hostname 1d561c58fd2b will be ignored.
Read more >Setting SHELL causes a warning from podman - cki-project
Various include files here use the SHELL command. ... STEP 2: ENV IS_TRUE=no WARN[0016] SHELL is not supported for OCI image format, ...
Read more >Error: 'Shell not supported on takenover partner' when logging ...
When logging into the service processor through SSH of a down node that is taken over, the following error is received: Shell not...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This issue still occurs in version 0.0.8 published in npm.
Reading your code, I saw you’re using Prism highlighter by default
And you normalized the bash to shell
And then I checkout the react-syntax-highlighter https://github.com/react-syntax-highlighter/react-syntax-highlighter/tree/master/src/languages/prism
It looks like Prism support bash instead of shell. However, hljs supports both bash and shell.