We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d760b0a commit 64772b2Copy full SHA for 64772b2
1 file changed
bin/generate-react.js
@@ -12,7 +12,6 @@ function isNotValidNodeVersion() {
12
details: 'Generate React CLI requires Node 22 or higher',
13
suggestions: [
14
'Update your Node.js version to 22 or higher',
15
- 'Use nvm to manage multiple Node versions: nvm install 22',
16
],
17
});
18
0 commit comments