Skip to content

博客开发

仲灏2022-04-10约 1 分钟

主题开发

  • 安装类型提示

    • @vuepress/core

    • @vuepress/utils

踩坑

有很多版本是 alpha 版的 建议都换成 next版的

If I remove that package then everything works fine.

I tried following things based on comments mentioned in various answers:

  1. Remove node_modules and package-lock.json and install again with npm install.
  2. Run the npm audit fix --force
  3. Run the npm update