Skip to content

Commit 454124b

Browse files
Update README.adoc
Given version of Node in pom.xml is v8.8.1 However, in the result of './ng --version' command, it is shown as Node: 9.11.2 Running './ng --version' with 8.8.1 version will throw the error "You are running version v8.8.1 of Node.js, which is not supported by Angular CLI v6. The official Node.js version that is supported is 8.9 and greater. Please visit https://nodejs.org/en/ to find instructions on how to update Node.js."
1 parent 8b4c29f commit 454124b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Installing `npm` is fraught with issues, including but not limited to how to get
3232
<artifactId>frontend-maven-plugin</artifactId>
3333
<version>1.6</version>
3434
<configuration>
35-
<nodeVersion>v8.8.1</nodeVersion>
35+
<nodeVersion>v9.11.2</nodeVersion>
3636
</configuration>
3737
<executions>
3838
<execution>

0 commit comments

Comments
 (0)