foundation/foundation-cli

Foundation watch silent fail

Closed this issue · 8 comments

Hello,

After updating to the latest version of Foundation-cli (2.2.4), I am getting a silent failure when trying to run foundation watch.
foundation build seems unaffected and runs correctly as far as I can tell.

This happens both on existing projects I created before the update, and new projects created with the updated version of foundation-cli (2.2.4)

Any tips on how to get foundation watch back to working? Thanks!

I can second this issue. Worked fine yesterday, updated to 2.2.4 today and it doesn't work.

When I try npm run watch I get:

npm ERR! missing script: watch

Rolling back to 2.2.3 works.

kball commented

looking into this now

kball commented

This appears to have been accidentally introduced in #66 and unnoticed at time of merge, we didn't publish an update until now. Fixing

kball commented

Fix published in 2.2.5. Thanks for the report!

Thanks for the fast response!

Fixed in 2.2.5 yay 👍