Actions module not found when deploying through fab.dev?

51 Views Asked by At

I am deploying my next.js app through fab.dev to cloudflare workers and after generating the fab.zip file I'm unable to deploy it.

1

There are 1 best solutions below

0
On

Here are some of the steps you can try ,

  1. Reinstall fab actions module

npm install @fab/actions

  1. Make sure you are running fab in bash env or any linux env it doesnt really work well with windows powershell