wordpress-plugin-boilerplate
wordpress-plugin-boilerplate copied to clipboard
File "Bootstrap.php" is capitalized, but install process expects lower case (linux)
When running the install via npx wp-strap plugin, Step 4 fails with the following error message:
✖ 4. Operator is replacing plugin data
Error - Error: No files match the pattern: /home/martin/temp/wp-strap/mos-affililate/src/bootstrap.php
Error - '4. Operator is replacing plugin data' was a required step, exiting now.
But looking at the files that are already there, you can see that there is a Bootstrap.php file, it's just capitalized.
I'm running on linux (Ubuntu based)
Same this happens on Mac too.
Same here on up to date Debian