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

Trouble with nested jsr packages... #15

Open
raaymax opened this issue Oct 11, 2024 · 0 comments
Open

Trouble with nested jsr packages... #15

raaymax opened this issue Oct 11, 2024 · 0 comments

Comments

@raaymax
Copy link

raaymax commented Oct 11, 2024

error during build:
[vite-plugin-pwa:build] Could not load jsr:@std/streams@^0.224.5 (imported by deno::TypeScript::https://jsr.io/@planigale/sse/0.2.3/deps.ts::/Users/raay/Library/Caches/deno/remote/https/jsr.io/1fbe815f78baf2095cdb6b95a5bfdaa23c06f117e2a35bcbdd4d5411a2848324): No such file or directory (os error 2): readfile 'jsr:@std/streams@^0.224.5'
    at Object.readFile (ext:deno_fs/30_fs.js:747:24)
    at readFile (ext:deno_node/_fs/_fs_readFile.ts:29:14)
    at ext:deno_node/_fs/_fs_readFile.ts:44:5
    at new Promise (<anonymous>)
    at Object.readFilePromise [as readFile] (ext:deno_node/_fs/_fs_readFile.ts:43:10)
    at Object.load (file:///Users/raay/Workspace/CodeCat/Quack/Chat/node_modules/.deno/vite@5.4.8/node_modules/vite/dist/node/chunks/dep-CDnG8rE7.js:65034:35)
    at async PluginDriver.hookFirstAndGetPlugin (file:///Users/raay/Workspace/CodeCat/Quack/Chat/node_modules/.deno/rollup@4.24.0/node_modules/rollup/dist/es/shared/node-entry.js:20630:28)
    at async file:///Users/raay/Workspace/CodeCat/Quack/Chat/node_modules/.deno/rollup@4.24.0/node_modules/rollup/dist/es/shared/node-entry.js:19750:33
    at async Queue.work (file:///Users/raay/Workspace/CodeCat/Quack/Chat/node_modules/.deno/rollup@4.24.0/node_modules/rollup/dist/es/shared/node-entry.js:20840:32)

in this case jsr:@std/streams@^0.224.5 is used in jsr:@planigale/sse@0.2.3 which is used by my project.

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

No branches or pull requests

1 participant