Walthy docs

About Walthy Template

Steps to Get Started

  1. Download Files: Download the project files from the source provided.
  2. Extract Files: Unzip the downloaded files into your preferred folder.
  3. Open with Code Editor: Use a code editor like Visual Studio Code to open the project.
  4. Install Dependencies: Run the following command to install dependencies:
    yarn install
    Refer to the official Yarn documentation for installation steps.

Error Fixes

  1. Yarn Error: .ps1 cannot be loaded because the execution of scripts is disabled on this system
    You need to run PowerShell as administrator and set it on the client PC to Unrestricted. You can do that with command: Set-ExecutionPolicy Unrestricted
    Refer to the Windows Policies. Also refer to the Community Support link.
  2. npm Error: unable to resolve dependency tree
    You can use yarn or install with npm install --legacy-peer-deps
    The dependencies are constantly getting updated on npm and as of this date: 23-Jan-2025, all are updated but you can update them as of your time