Closed didi0613 closed 7 years ago
Can you tell me which version of gitbook-plugin-prism and gitbook cli you are using?
Cannot find module 'prismjs/components/prism-text.js'
This error typically means that you are trying to load up a syntax that is not supported my Prism.js. Check if you are trying to render something within a code block with syntax text
. Instead, use one of the supported types: https://github.com/PrismJS/prism/tree/gh-pages/components
Please reopen if my analysis of the bug was incorrect.
@robmcguinness Problem Solved. Thank You.