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

求助:更新了最新的版本后启动项目有一些错误信息 #103

Closed
shylock-wu opened this issue Jun 24, 2024 · 1 comment
Closed

Comments

@shylock-wu
Copy link
Contributor

截图

CleanShot 2024-06-24 at 17 10 43@2x

package.json

{
  "scripts": {
    "dev": "vuepress dev src",
    "build": "vuepress build src",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^2.21.1",
    "@vuepress/bundler-vite": "2.0.0-rc.14",
    "eslint": "^8.56.0",
    "eslint-plugin-format": "^0.1.0",
    "tsconfig-vuepress": "^4.5.0",
    "typescript": "^5.4.3",
    "vue": "^3.4.30",
    "vuepress": "2.0.0-rc.14",
    "vuepress-theme-plume": "1.0.0-rc.70"
  }
}

但是项目能正常打开,控制台也没报错。。。

@pengzhanbo
Copy link
Owner

我新建了一个全新的项目,但没有出现相关的错误提示。
我猜测着可能是你的项目的依赖出现了一些问题。可以尝试删除 node_modules 目录重新安装依赖,
如果依然出现问题,尝试包括 pnpm-lock.yaml 也一起删除,再重新安装依赖。

@pengzhanbo pengzhanbo closed this as not planned Won't fix, can't repro, duplicate, stale Jun 27, 2024
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