Skip to content

Instantly share code, notes, and snippets.

@rchaser53
Created March 10, 2019 15:11
Show Gist options
  • Save rchaser53/9460d8024544b7c6e7be085642ef2ab1 to your computer and use it in GitHub Desktop.
Save rchaser53/9460d8024544b7c6e7be085642ef2ab1 to your computer and use it in GitHub Desktop.
now vue press emits error when executes 'vuepress dev'
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vuepress dev"
},
"keywords": [],
"author": "",
"license": "ISC",
"resolutions": {
"webpack-dev-middleware": "3.6.0"
},
"dependencies": {
"vuepress": "^0.14.10"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment