We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: Deno 1.41.0
deno compile --no-check --unstable-sloppy-imports --unstable-bare-node-builtins
Running the executable that uses this fails with
error: Module not found:
also here is a repo to test it, https://github.com/sigmaSd/helix-gpt/
deno compile --no-check --unstable-sloppy-imports --unstable-bare-node-builtins --allow-env src/app.ts
error: Module not found: file:///home/mrcool/dev/others/helix-gpt/src/deno-compat
The text was updated successfully, but these errors were encountered:
Hello @sigmaSd, I tried to reproduce the issue, but got this error instead the one you mentioned: Any thoughts?
Sorry, something went wrong.
Hello, that branch have been updated and no longer use the unstable flags
The error you're having is because you're not choosing a handler (with --handler codeium for example)
I don't know if this issue is still present though since I didn't try compiling with unstable flags in a while
To reproduce on that repo, I run git checkout 24d46012160e320e512c593a7bc747af540f5520
git checkout 24d46012160e320e512c593a7bc747af540f5520
I tried with the latest deno version, it now shows a warning that its not supported
Warning Sloppy imports are not supported in deno compile. The compiled executable may encouter runtime errors.
No branches or pull requests
Version: Deno 1.41.0
Running the executable that uses this fails with
also here is a repo to test it, https://github.com/sigmaSd/helix-gpt/
it errors with
The text was updated successfully, but these errors were encountered: