You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/[email protected]/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/[email protected]/node_modules/rollup/dist/es/shared/node-entry.js:20630:28)
at async file:///Users/raay/Workspace/CodeCat/Quack/Chat/node_modules/.deno/[email protected]/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/[email protected]/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/[email protected] which is used by my project.
The text was updated successfully, but these errors were encountered:
in this case
jsr:@std/streams@^0.224.5
is used injsr:@planigale/[email protected]
which is used by my project.The text was updated successfully, but these errors were encountered: