create-frourio-app icon indicating copy to clipboard operation
create-frourio-app copied to clipboard

Can not run init project: dev:pathpida is error

Open sKawashima opened this issue 1 year ago • 0 comments

Description

I tried to start a project today by running the command yarn create frourio-app, but yarn dev was not working properly.

I tried the commands in dev:* and found that dev:pathpida was stuck with an error.

npm run dev:pathpida

> [email protected] dev:pathpida
> pathpida --enableStatic --ignorePath .gitignore --watch

node:fs:1451
  handleErrorFromBinding(ctx);
  ^

Error: ENOENT: no such file or directory, scandir '[Work Dir]/src/app'

Environment

  • Package version: [email protected]
  • OS:
    • [ ] Linux
    • [ ] Windows
    • [x] macOS
  • Node.js version: v18.12.1
  • yarn version: 1.22.19

Additional context

sKawashima avatar Aug 02 '23 10:08 sKawashima