Alian Hub
  • App Installation and Start Guide
    • 1. Nodejs Configuration
    • 2. Generate License Key
    • 3. Server Startup
    • 4. Installation Guide
      • 4.1 Domain Verification
      • 4.2 MongoDB Verification
      • 4.4 Wasabi Configuration
      • 4.5 Firebase Configuration
      • 4.6 AI Configuration
      • 4.7 Payment Configuration
        • 4.7.1 Chargebee Configuration
        • 4.7.2 Paddle Configuration
      • 4.8 SMTP Configuration (GMAIL)
      • 4.9 Database Initialization
      • 4.10 Final Step
      • 4.11 Final Builds
    • 5. Time Tracker Configuration
  • Introduction to Alian hub
    • Create An Account
    • User Dashboard
    • Create a New Project
    • Project Dashboard
      • Create a New Folder
      • Create a New Sprint
      • Add a New Task
      • Add a Sub-Task
      • Add Time Log
      • Add a Milestone
      • Add Estimated Hours
    • List View
    • Activity View
    • Calendar View
    • Board View
    • Comments
    • Project Details
    • Workload View
    • Table View
    • Embed View
    • Chats & Channels
    • Close Or Reopen Project
    • Time Sheet Reports
    • Milestone Report
    • Settings
      • Company Settings
        • Projects Settings
        • Template Settings
        • Upgrade your Plan
        • Security & Permissions
      • Personal Settings
  • Docker Installation
    • Alian hub - Docker Setup Guide
    • Docker Image Hosting Guide
  • TROUBLESHOOTING
    • FAQs
Powered by GitBook
On this page
  • 1.1 Nodejs Configuration
  • Reference to Node Installation:
  • 1.2 Vue CLI install
  1. App Installation and Start Guide

1. Nodejs Configuration

PreviousApp Installation and Start GuideNext2. Generate License Key

Last updated 9 months ago

1.1 Nodejs Configuration

Kindly navigate to your project's folder.

  1. 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

  2. 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.

Reference to Node Installation:

1.2 Vue CLI install

npm install -g @vue/cli
# OR
yarn global add @vue/cli

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:

vue --version

Using NVM

After the completion of node configuration you need to install the Vue cli using the following Command. Also you can refer to the .

Node.js Official Website
https://github.com/nvm-sh/nvm?tab=readme-ov-file#installing-and-updating
official site