druxt / druxt.js

The Fully Decoupled Drupal Framework
MIT License
113 stars 21 forks source link

Error with DruxtModule.vue in packages/blocks/src/components #154

Closed Decipher closed 2 years ago

Decipher commented 3 years ago

Describe the bug When generating the API docs, the following error is displayed:

stuartclark@DruxtJS druxt.js % yarn build:docs
ℹ Generating docs                                                                                       09:47:24
Neither 'druxt/dist/components/DruxtModule.vue.vue' nor 'druxt/dist/components/DruxtModule.vue.js(x)' or 'druxt/dist/components/DruxtModule.vue/index.js(x)' or 'druxt/dist/components/DruxtModule.vue/index.ts(x)' could be found in 'packages/blocks/src/components'

To Reproduce Steps to reproduce the behavior:

  1. https://gitpod.io/#https://github.com/druxt/druxt.js
  2. yarn build:docs

Expected behavior Not an error.

Media image

Your Environment (please complete the following information): N/A

Additional context N/A

Decipher commented 2 years ago

I'm pretty certain this is the same issue as https://github.com/druxt/druxt.js/issues/501