vuepress 创建后启动项目报错

问题描述

通过安装vuepress,初始化之后启动项目启动成功,但浏览器无法浏览,报一下错误:

UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 5): TypeError: res.getHeader is not a function

https://img2.mukewang.com/5cb3e7d00001934708000123.jpg


 1、vuepress 官网有两种使用方式,一种是在全局安装、另一种是安装到项目中作为项目依赖,尝试了都是同样的错误

 

相关代码

package.json:

        {

  "name": "vuepressNote",

  "version": "1.0.0",

  "description": "",

  "main": "index.js",

  

    "scripts": {

      "docs:dev": "vuepress dev docs",

      "docs:build": "vuepress build docs"

    },

  

  "keywords": [],

  "author": "",

  "license": "ISC"

}

目录结构

https://img1.mukewang.com/5cb3e7d30001bd2707200246.jpg


希望新建的vuepress项目可以正常启动并可以在浏览器访问


拉丁的传说
浏览 1373回答 6
6回答

叮当猫咪

你可能是全局安装了vuepress,运行 vuepress dev docs 试试

一只名叫tom的猫

谷歌搜索vuepress error TypeError: res.getHeader is not a function 。你会找到你想要的

哆啦的时光机

目前已解决,我找到源码中这句话后,注释了里面的条件语句,不知道会不会影响到其他地方
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript