Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ts-node to fix build #15

Closed
wants to merge 2 commits into from
Closed

Bump ts-node to fix build #15

wants to merge 2 commits into from

Conversation

srt32
Copy link
Member

@srt32 srt32 commented Apr 26, 2023

CI Is failing with

> @github/memoize@1.1.1 test
> node --loader ts-node/esm.mjs node_modules/mocha/lib/cli/cli.js

(node:1724) ExperimentalWarning: Custom ESM Loaders is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
Error [ERR_LOADER_CHAIN_INCOMPLETE]: "ts-node/esm.mjs 'resolve'" did not call the next hook in its chain and did not explicitly signal a short circuit. If this is intentional, include `shortCircuit: true` in the hook's return.
    at new NodeError (node:internal/errors:387:5)
    at ESMLoader.resolve (node:internal/modules/esm/loader:84[9](https://github.com/github/memoize/actions/runs/4809114771/jobs/8559931456#step:5:10):13)
    at async ESMLoader.getModuleJob (node:internal/modules/esm/loader:424:7)
    at async Promise.all (index 0)
    at async ESMLoader.import (node:internal/modules/esm/loader:530:24)
    at async loadESM (node:internal/process/esm_loader:91:5)
    at async handleMainPromise (node:internal/modules/run_main:65:[12](https://github.com/github/memoize/actions/runs/4809114771/jobs/8559931456#step:5:13)) {
  code: 'ERR_LOADER_CHAIN_INCOMPLETE'
}
Error: Process completed with exit code 1.

TypeStrong/ts-node#1839 (comment)

@srt32 srt32 requested a review from a team as a code owner April 26, 2023 13:21
@srt32 srt32 requested a review from dgreif April 26, 2023 13:21
@srt32 srt32 mentioned this pull request Apr 26, 2023
Copy link
Member

@keithamus keithamus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have my thumb!

@srt32 srt32 closed this Apr 26, 2023
@srt32 srt32 deleted the st-bump-ts-node branch April 26, 2023 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants