Open DragonEnergy opened 12 months ago
git clone https://github.com/woocommerce/woocommerce.git cd woocommerce
The documentation needs to be updated. Try cd woocommerce/plugins/woocommerce
then run pnpm install
.
I'll leave this open as a reminder that the documentation needs to be updated.
@DragonEnergy , from your error log "-d was unexpected at this time", it seems like you are using Windows operating system (Reference: How to check if a directory exists in Windows?).
The test
command is a command line utility in Unix-like OS (Linux / Mac OS). So you may need to find a way to run those commands in Windows.
Prerequisites
Describe the bug
After cloning repo into dev environment. as directed by documentation to run
then this error is produced
node v16.14.1 pnpm v8.11.0 PHP 8.1.17 Composer version 2.6.5 2023-10-06 10:11:52 tried on Powershell and WSL from same /dir C:/dev/vvv-loca/etc...
Expected behavior
Im expecting to to install woocommerce for plugin development locally using VVV
Actual behavior
I get an error when running
Steps to reproduce
from /plugins
git clone https://github.com/woocommerce/woocommerce.git cd woocommerce
pnpm install ..
WordPress Environment
Woocommerce is not installed yet
Isolating the problem