Issues with Type Stripping
Not entirely sure where to ask this question. I am getting issues with the Deno Adapter for Deno Deploy that it does not support Type Stripping. This means I cannot run the Clerk integration in an Astro project. Any ways around this?
error: [ERR_UNSUPPORTED_NODE_MODULES_TYPE_STRIPPING]: Stripping types is currently unsupported for files under node_modules, for "file:///Users/sebastian/workspace/github.com/bastianplsfix/astro-clerk-issue/node_modules/.deno/@deno+astro-adapter@0.3.1/node_modules/@deno/astro-adapter/src/__deno_imports.ts"
Here is a mock repo.
https://github.com/bastianplsfix/astro-clerk-issue
How to replicate:
1. deno install --allow-scripts
2. deno task build
3. deno task previewGitHub
GitHub - bastianplsfix/astro-clerk-issue
Contribute to bastianplsfix/astro-clerk-issue development by creating an account on GitHub.
0 Replies