cli icon indicating copy to clipboard operation
cli copied to clipboard

Git Action JS BundleWatch Error #127

Open rjeb opened this issue 3 years ago • 1 comments

Hi everyone, first time using Flarum-CLI.

I was resolving all dependencies in Github Actions that were auto generated but ran into this issue that I couldn't fix with a simple: flarum-cli infra command.

image

I'm getting an Error 127: No such File or Directory error but looking at my file structure the file was created as a git submodule that points to an existing file.

image Git submodule shown above, points to path shown below.

image

Anyone know how to resolve this?

rjeb avatar Oct 23 '22 20:10 rjeb

You can disable bundlewatch from .github/workflows/backend.yml

SychO9 avatar Oct 24 '22 11:10 SychO9