Vuepress: Build error with plugin

Created on 7 Mar 2019  路  6Comments  路  Source: vuejs/vuepress




  • [x] I confirm that this is an issue rather than a question.




Bug report

Some of user report error from my component plugin for VuePress.
I can't find solution to fix it. Maybe bug?

Version

v1.0.0-alpha.42

Steps to reproduce

Example repo: https://github.com/gluons/vuepress-issue-1414

What is expected?

Build complete without errors.

What is actually happening?

Get error from vuepress build but vuepress dev works perfectly.

screenshot-vuepress-build

Other relevant information

  • Your OS: Windows 10
  • Node.js version: v10.15.1
  • Browser version: -
  • Is this a global or local install? Local
  • Which package manager did you use for the install? Yarn 1.13.0
  • Does this issue occur when all plugins are disabled? No
has workaround bug

Most helpful comment

I deleted it , then reproduced it. And it works. 馃槩
I am sorry for my carelessness and helplessness.

All 6 comments

Hello, I run the case.

yarn dev

But I get Uncaught Error: Cannot find module 'vue-component-with-plugin' in console.

This plugin has been applied.
image

I guess something error in vue-component-with-plugin/plugins/vuepress/index.js#L6.

Maybe it doesn't know where to import from?

@YunYouJun Did you follow Steps to repro in my repo?

cd vue-component-with-plugin
yarn
yarn build
cd ..
cd vuepress-project
yarn
yarn dev

It works without any error on my side.

default

I deleted it , then reproduced it. And it works. 馃槩
I am sorry for my carelessness and helplessness.

After many attempts, I found that using require('../../vue-component-with-plugin/plugins/vuepress') instead of require('vue-component-with-plugin/plugins/vuepress') may solve the problem.

However I still don't know what caused the issue.

Similar to #451. I believe it is a duplicate issue.

@gluons You can use relative path to workaround this issue. Let's move to #451 to continue discussion.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

higuoxing picture higuoxing  路  3Comments

sankincn picture sankincn  路  3Comments

lileiseven picture lileiseven  路  3Comments

AMontagu picture AMontagu  路  3Comments

shaodahong picture shaodahong  路  3Comments