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 b566b6a commit 01a238fCopy full SHA for 01a238f
README.md
@@ -24,16 +24,16 @@ The Reference UI is great for:
24
Requires [npm](https://www.npmjs.com/).
25
26
Dependencies:
27
-- Node v14.17.0
+- Node v16.13.0
28
29
One can leverage [NVM](https://github.com/nvm-sh/nvm) to install Node before proceeding to start the application by running the following commands:
30
31
```bash
32
-# Run this to install Node 14.17.0
33
-nvm install 14.17.0
+# Run this to install Node 16.13.0
+nvm install 16.13.0
34
35
# Run this to use the installed Node version
36
-nvm use 14.17.0
+nvm use 16.13.0
37
```
38
39
The README assumes that you have generated this code from within the App Search dashboard.
0 commit comments