-
Notifications
You must be signed in to change notification settings - Fork 1k
Invalid plugin slug specified with wp scaffold plugin-tests #3939
Copy link
Copy link
Closed
Description
On my Windows 10 machine
wp plugin list gives
+------------------------------------+----------+-----------+---------+
| name | status | update | version |
+------------------------------------+----------+-----------+---------+
| akismet | active | available | 3.1.10 |
| backupwordpress | active | available | 3.6.1 |
| crafty-social-buttons | active | available | 1.5.5 |
| hello | inactive | none | 1.6 |
| one-click-child-theme | active | none | 1.6 |
etc...
yet wp scaffold plugin-tests hello gives Error: Invalid plugin slug specified.
Same for all listed plugins.
Previous to updating from v0.25 this was working.
I also updated psy/psysh
Any suggestions why/how to make work?
Reactions are currently unavailable