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
Recently I've encountered a problem with my documentation instance — all attempts to build documentation with yarn docusaurus build command was failed with the following console messages:
Module not found: Error: Can't resolve '@docusaurus/useIsomorphicLayoutEffect' in 'C:\Work\Test\test\warp-docs\node_modules\@easyops-cn\docusaurus-search-local\node_modules\@docusaurus\theme-common\lib\components\Collapsible'
Module not found: Error: Can't resolve '@docusaurus/useIsomorphicLayoutEffect' in 'C:\Work\Test\test\warp-docs\node_modules\@easyops-cn\docusaurus-search-local\node_modules\@docusaurus\theme-common\lib\utils'
Module not found: Error: Can't resolve '@generated/site-storage' in 'C:\Work\Test\test\warp-docs\node_modules\@easyops-cn\docusaurus-search-local\node_modules\@docusaurus\theme-common\lib\utils'
[ERROR] Client bundle compiled with errors therefore further build is impossible.
error Command failed with exit code 1.
The following commands/packages are used to create my instance:
Hi there!
First of all, thanks for such useful plugin!
Recently I've encountered a problem with my documentation instance — all attempts to build documentation with
yarn docusaurus build
command was failed with the following console messages:The following commands/packages are used to create my instance:
What have i tried before posting this issue:
And now i have no clues what else to try. Any help will be appreciated!
P.S. Seems like issues #447 and #450 are similar to mine.
The text was updated successfully, but these errors were encountered: