We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc06e1 commit e3b9734Copy full SHA for e3b9734
README.md
@@ -21,7 +21,7 @@ Create a production build with `elm-app build`
21
22
### Installation
23
24
-**Node >=6** is required for installation.
+**Node >=8** is required for installation.
25
26
#### Yarn
27
bin/elm-app-cli.js
@@ -94,7 +94,7 @@ function help(version) {
94
* Spawn separate node process with specified script
95
*
96
* @param {string} script Path to script
97
- * @param {Arrays} args Script arguments
+ * @param {Array} args Script arguments
98
* @return {undefined}
99
*/
100
function spawnSyncNode(script, args) {
0 commit comments