1. PS Q:\vueProject> vue init webpack vue-demo
    2. ? Project name vue-demo
    3. ? Project description A Vue.js project
    4. ? Author Aspirate Qiu <jousindea@qq.com>
    5. ? Vue build standalone
    6. ? Install vue-router? Yes
    7. ? Use ESLint to lint your code? Yes
    8. ? Pick an ESLint preset Standard
    9. ? Set up unit tests Yes
    10. ? Pick a test runner jest
    11. ? Setup e2e tests with Nightwatch? Yes
    12. ? Should we run `npm install` for you after the project has been created? (recommended) npm
    13. vue-cli · Generated "vue-demo".
    14. # Installing project dependencies ...
    15. # ========================
    16. npm WARN deprecated extract-text-webpack-plugin@3.0.2: Deprecated. Please use https://github.com/webpack-contrib/mini-css-extract-plugin
    17. npm WARN deprecated browserslist@2.11.3: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
    18. npm WARN deprecated bfj-node4@5.3.1: Switch to the `bfj` package for fixes and new features!
    19. npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3
    20. npm WARN deprecated browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
    21. npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
    22. npm WARN deprecated socks@1.1.10: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0
    23. > chromedriver@2.46.0 install Q:\vueProject\vue-demo\node_modules\chromedriver
    24. > node install.js
    25. Current existing ChromeDriver binary is unavailable, proceding with download and extraction.
    26. Downloading from file: https://chromedriver.storage.googleapis.com/2.46/chromedriver_win32.zip
    27. Saving to file: C:\Users\IOIY-A~1\AppData\Local\Temp\2.46\chromedriver\chromedriver_win32.zip
    28. ChromeDriver installation failed Error with http(s) request: Error: getaddrinfo ENOTFOUND chromedriver.storage.googleapis.com chromedriver.storage.googleapis.com:443
    29. npm WARN ajv-keywords@2.1.1 requires a peer of ajv@^5.0.0 but none is installed. You must install peer dependencies yourself.
    30. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules\fsevents):
    31. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    32. npm ERR! code ELIFECYCLE
    33. npm ERR! errno 1
    34. npm ERR! chromedriver@2.46.0 install: `node install.js`
    35. npm ERR! Exit status 1
    36. npm ERR!
    37. npm ERR! Failed at the chromedriver@2.46.0 install script.
    38. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
    39. npm ERR! A complete log of this run can be found in:
    40. npm ERR! R:\node-v10.15.3-win-x64\node-cache\_logs\2019-08-02T01_30_50_285Z-debug.log
    41. Running eslint --fix to comply with chosen preset rules...
    42. # ========================
    43. > vue-demo@1.0.0 lint Q:\vueProject\vue-demo
    44. > eslint --ext .js,.vue src test/unit test/e2e/specs "--fix"
    45. # Project initialization finished!
    46. # ========================
    47. To get started:
    48. cd vue-demo
    49. npm run dev
    50. Documentation can be found at https://vuejs-templates.github.io/webpack
    51. PS Q:\vueProject> cd .\vue-demo\
    52. PS Q:\vueProject\vue-demo> npm run dev
    53. > vue-demo@1.0.0 dev Q:\vueProject\vue-demo
    54. > webpack-dev-server --inline --progress --config build/webpack.dev.conf.js
    55. 12% building modules 23/31 modules 8 active ...=0!Q:\vueProject\vue-demo\src\App.vue{ parser: "babylon" } is deprecated; we now treat it as { parser: "babel" }.
    56. 95% emitting
    57. DONE Compiled successfully in 18588ms 09:31:49
    58. I Your application is running here: http://localhost:8080