fix: set minimum node version (from mini-css-extract)

This commit is contained in:
Guillaume Chau
2018-07-12 14:19:44 +02:00
parent 2a5d32160f
commit 0b66a7570a
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ If you have the previous `vue-cli` (1.x or 2.x) package installed globally, you
:::
::: tip Node Version Requirement
Vue CLI requires [Node.js](https://nodejs.org/) version 8 or above (8.11.0+ recommended). You can manage multiple versions of Node on the same machine with [nvm](https://github.com/creationix/nvm) or [nvm-windows](https://github.com/coreybutler/nvm-windows).
Vue CLI requires [Node.js](https://nodejs.org/) version 8.9 or above (8.11.0+ recommended). You can manage multiple versions of Node on the same machine with [nvm](https://github.com/creationix/nvm) or [nvm-windows](https://github.com/coreybutler/nvm-windows).
:::
To install the new package, use on of those commands:

View File

@@ -60,6 +60,6 @@
"yaml-front-matter": "^3.4.1"
},
"engines": {
"node": ">=8"
"node": ">=8.9"
}
}