Skip to content

Error: ENOENT: no such file or directory, open '/my/path/dist/pairingmessage.proto' #45

@comod

Description

@comod

after building i try to execute my app with node dist/bundle.cjs but it fails with
Error: ENOENT: no such file or directory, open '/my/path/dist/pairingmessage.proto'


tsconfig.json:

{
  "compilerOptions": {
    "typeRoots": ["./node_modules/@types", "./src/types"],
    "module": "ESNext",
    "target": "ESNext",
    "rootDir": "src",
    "outDir": "build",
    "strict": true,
    "esModuleInterop": true,
    "moduleResolution": "node"
  },
  "include": ["src/**/*"],
  "exclude": ["node_modules"]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions