I'm following the Quick Start instructions located at: https://preview.keenthemes.com/html/metronic/docs/getting-started/build/gulp
I extracted html demo1. I am in the tools directory and as mentioned in the guide, I am supposed to run the 'yarn' command (Step 7) but I am getting an error.
Here is my output:
https://app.warp.dev/block/vBvaJy9REEfwsYjq4CYoVx
How to fix this?
Hi,
Ensure that you have the latest version of Metronic (v8.2.2).
Update your Node.js version to the latest stable release (version 20). You can download it from the official Node.js website.
In the 'tools' directory, delete the 'node_modules' folder and the 'yarn.lock' file. This ensures a clean slate for installing dependencies.
After removing 'node_modules' and 'yarn.lock', run the 'yarn' command again.
Thanks