About Walthy Template
Steps to Get Started
- Download Files: Download the project files from the source provided.
- Extract Files: Unzip the downloaded files into your preferred folder.
- Open with Code Editor: Use a code editor like Visual Studio Code to open the project.
-
Install Dependencies: Run the following command to install dependencies:
Refer to the official Yarn documentation for installation steps.yarn install
Error Fixes
-
Yarn Error: .ps1 cannot be loaded because the execution of scripts is disabled on this
system
Refer to the Windows Policies. Also refer to the Community Support link.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 -
npm Error: unable to resolve dependency tree
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 timeYou can use yarn or install with npm install --legacy-peer-deps