1. Nodejs Configuration
Last updated
Last updated
Kindly navigate to your project's folder.
You must verify that Npm (v10.2.4) and Node (v20.11.1) are installed for the relevant version. If you're not sure about the version, try to run the given command in the command prompt: npm run check-version
If both the Node and Npm versions match, then the screen will display the output as shown below:
Else, the screen will display the output as shown below:
Kindly check if Node is pre-installed in your system. If not, then you need to install it before running Step 1.
After the completion of node configuration you need to install the Vue cli using the following Command. Also you can refer to the official site.
After installation, you will have access to the vue
binary in your command line. You can verify that it is properly installed by simply running vue
, which should present you with a help message listing all available commands.
You can check you have the right version with this command: