kodeflex / wp-artisan

[DEPRECATED] A command-line toolkit for WordPress development
https://www.npmjs.com/package/wp-artisan
MIT License
8 stars 2 forks source link

If the install script is skipped, wp serve fails #27

Closed THPubs closed 7 years ago

THPubs commented 7 years ago

Wp serve fails if the installation script is skipped because wp serve try to modify the port in the database and if we don't run the install script, there are no tables in the database.

THPubs commented 7 years ago

Just found out that the issue is not there in the dev branch :smile: It works well. I just improved it's error message and made a pull request. But the released version of the package is failing!

heimdallrj commented 7 years ago

@THPubs Ah!, Let's release minor fix version then.

THPubs commented 7 years ago

Perfect!

heimdallrj commented 7 years ago

Published v0.0.3.

heimdallrj commented 6 years ago

This issue was moved to 99xt/wp-artisan#16