Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Error: "dist-src/" does not exist, or was not yet created in the pipeline. #113

Closed
Jack-Works opened this issue Mar 15, 2020 · 3 comments
Closed

Comments

@Jack-Works
Copy link
Contributor

@pika/pack v0.5.0
[1/8] Validating source...
[2/8] Preparing pipeline...
      ❇️  pkg\
[3/8] Running @pika/plugin-ts-standard-pkg...
      �  pkg\dist-src\index.js [esnext]
      �  pkg\dist-types\index.d.ts [types]
      » Linting with standard-pkg...
[4/8] Running @pika/plugin-build-node...
Error: "dist-src/" does not exist, or was not yet created in the pipeline.
    at Object.beforeJob (node_modules\@pika\plugin-build-node\dist-node\index.js:41:11)
    at node_modules\@pika\pack\dist-node\index.js:2370:45     
    at Build.init (node_modules\@pika\pack\dist-node\index.js:2459:13)
    at async Object.run (node_modules\@pika\pack\dist-node\index.js:2467:3)

Config file:

 "@pika/pack": {
    "pipeline": [
      [
        "@pika/plugin-ts-standard-pkg",
        {
          "exclude": [
            "__tests__/**/*"
          ]
        }
      ],
      [
        "@pika/plugin-build-node"
      ],
      [
        "@pika/plugin-build-web"
      ],
      [
        "@pika/plugin-build-deno"
      ],
      [
        "pika-plugin-unpkg-field"
      ]
    ]
  }
@Jack-Works
Copy link
Contributor Author

I find out why: I enabled incremental: true in my tsconfig therefor tsc doesn't emit any output.

@Jack-Works
Copy link
Contributor Author

Consider providing a different tsBuildInfoFile path for incremental build

@Jack-Works
Copy link
Contributor Author

See #68

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant