vuepress / core

Vue-Powered Static Site Generator
https://vuepress.vuejs.org
MIT License
2.17k stars 922 forks source link

[Bug report] webpack failed to start #1410

Closed jackloves111 closed 9 months ago

jackloves111 commented 9 months ago

Description

I haven't been able to create projects using the webpack packaging tool since upgrading to beta.67, and I've tried it many times, and on many different devices, and the results are the same. The specific error is as follows:

e251d976-c2ce-4c65-bf1f-c644d7979af7

Reproduction

none

Used Package Manager

npm

System Info

{
  "name": "67",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "dev": "vuepress dev docs",
    "build": "vuepress build docs"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "vuepress-webpack": "^2.0.0-beta.67"
  }
}
github-actions[bot] commented 9 months ago

Hello @jackloves111. Please provide a minimal reproduction using a GitHub repository or v2.vuepress.vuejs.org/new. Issues marked with need reproduction will be closed if they have no activity within 7 days.