Skip to content

Commit 0b66a75

Browse files
author
Guillaume Chau
committed
fix: set minimum node version (from mini-css-extract)
1 parent 2a5d321 commit 0b66a75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ If you have the previous `vue-cli` (1.x or 2.x) package installed globally, you
66
:::
77

88
::: tip Node Version Requirement
9-
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).
9+
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).
1010
:::
1111

1212
To install the new package, use on of those commands:

packages/@vue/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
"yaml-front-matter": "^3.4.1"
6161
},
6262
"engines": {
63-
"node": ">=8"
63+
"node": ">=8.9"
6464
}
6565
}

0 commit comments

Comments
 (0)