Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Cannot find module '../../../markdown/lib/slugify' #937

Closed
0w0k opened this issue Oct 16, 2018 · 1 comment
Closed

Error: Cannot find module '../../../markdown/lib/slugify' #937

0w0k opened this issue Oct 16, 2018 · 1 comment

Comments

@0w0k
Copy link

0w0k commented Oct 16, 2018

Bug report

Version

"vuepress": "^1.0.0-alpha.11"

Steps to reproduce

npm run docs:dev

What is expected?

Start correctly

What is actually happening?

Error: Cannot find module '../../../markdown/lib/slugify'

Other relevant information

In 
/node_modules/_@vuepress_core@1.0.0-alpha.11@@vuepress/core/lib/prepare/Page.js:7:17
Should not be
const slugify = require('../../../markdown/lib/slugify')
Should be
const slugify = require('@vuepress/markdown/lib/slugify')
  • Your OS: macOS
  • Node.js version: 8.11.2
  • Browser version: Chrome 69.0.3497.100
  • Is this a global or local install? local
  • Which package manager did you use for the install? npm
@ulivz ulivz closed this as completed in 1dd1b55 Oct 17, 2018
@ulivz
Copy link
Member

ulivz commented Oct 17, 2018

Release at 1.0.0-alpha.12.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants