vuepress: Module build failed: CssSyntaxError
when i trying to run vuepress dev test ,Module build failed: CssSyntaxError

About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 17 (7 by maintainers)
Commits related to this issue
- fix(markdown): fix assets relative path handling (close #33) — committed to vuejs/vuepress by meteorlxy 3 years ago
我发现,全局和项目中都安装的话就会发生这个错,所以我卸载了全局的vuepress就好了
@ZhuLiangT Thank you!
I uninstalled vuepress from global, then add vuepress as devDependency, use NPM scripts to run my project, it works! So this problem must caused by something in global environment.
Here is my all packages
And there have error too
And I installed by
npm install -g vuepress