Created
March 10, 2019 15:11
-
-
Save rchaser53/9460d8024544b7c6e7be085642ef2ab1 to your computer and use it in GitHub Desktop.
now vue press emits error when executes 'vuepress dev'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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