-
Notifications
You must be signed in to change notification settings - Fork 6
Node.js, NPM and NPX requirements
Louis Bompart edited this page Aug 31, 2021
·
6 revisions
To use the Coveo CLI for UI purposes, we recommend using nvm
with an LTS (Long Term Support) version of Node.js (see Node.js Releases).
Note: The Coveo CLI will not 'switch' the Node version you're using and the requirements listed below still stand when using nvm. In other words, you need to ensure that you use a Node version that meets the following requirements before running Coveo CLI commands.
The following table describes the software requirements needed to execute certain Coveo CLI commands:
Command | Node.js | npm | npx |
---|---|---|---|
ui:create:react |
✔️ (v.10.16.0 or higher) | ✔️ | ✔️ |
ui:create:vue |
✔️ (v.12.21.0 or higher) | ✔️ | ✔️ |
ui:create:angular |
✔️ (v.12.21.0 or higher) | ✔️ | ❌ |
Notes: npx and npm are typically automatically installed with recent versions of Node.js.