vuepress icon indicating copy to clipboard operation
vuepress copied to clipboard

Preprocessor dependency "sass-embeded" not found.

Open chendx97 opened this issue 1 year ago • 3 comments

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

Bug report

image (1)

Steps to reproduce

执行npm init vuepress vuepress-starter创建项目后,启动时报错。

What is expected?

sass-embeded应该不需要用户安装。

What is actually happening?

用户创建完项目后,需要安装sass-embeded

Other relevant information

  • Output of npx vuepress info in my VuePress project: System: OS: Windows 10 10.0.19045 CPU: (12) x64 AMD Ryzen 5 5600G with Radeon Graphics Memory: 7.48 GB / 15.37 GB Binaries: Node: 20.11.1 - C:\Program Files\nodejs\node.EXE Yarn: Not Found npm: 10.8.1 - C:\Program Files\nodejs\npm.CMD pnpm: 9.4.0 - ~\AppData\Roaming\npm\pnpm.CMD bun: Not Found Utilities: Git: 2.42.0. Browsers: Chrome: Not Found Edge: Chromium (127.0.2651.74) npmPackages: @vuepress/bundler-vite: ^2.0.0-rc.7 => 2.0.0-rc.18 @vuepress/bundler-webpack: Not Found @vuepress/cli: 2.0.0-rc.18 @vuepress/client: 2.0.0-rc.18 @vuepress/core: 2.0.0-rc.18 @vuepress/markdown: 2.0.0-rc.18 @vuepress/shared: 2.0.0-rc.18 @vuepress/utils: 2.0.0-rc.18 vue: ^3.4.0 => 3.5.11 vue-router: 4.4.5 vuepress: ^2.0.0-rc.7 => 2.0.0-rc.18

chendx97 avatar Oct 10 '24 12:10 chendx97