Captain Beef 🥩
Captain Beef 🥩
DDeno
Created by Captain Beef 🥩 on 4/25/2025 in #help
Deno Fresh deployment failing in Github Actions
hmm, build works but the charts don't actually render... curious
6 replies
DDeno
Created by Captain Beef 🥩 on 4/25/2025 in #help
Deno Fresh deployment failing in Github Actions
Should I open an issue, and if so, which repo? esbuild_deno_loader? please let me know
6 replies
DDeno
Created by Captain Beef 🥩 on 4/25/2025 in #help
Deno Fresh deployment failing in Github Actions
Interesting, replacing import * as echarts from "npm:echarts" with import * as echarts from "https://cdn.jsdelivr.net/npm/echarts@5.6.0/+esm"; allows the build to succeed.
6 replies
DDeno
Created by Captain Beef 🥩 on 4/25/2025 in #help
Deno Fresh deployment failing in Github Actions
Running with nektos/act reveals a different error:
| ✘ [ERROR] Invalid cross-device link (os error 18): link '/home/jlcarveth/Developer/east/eastsite/.cache/deno/npm/registry.npmjs.org/echarts/5.6.0/theme/dark-blue.js' -> '/tmp/370cc61daac365df/theme/dark-blue.js' [plugin deno-loader]
|
| src/islands/SalesMap.tsx:3:25:
| 3 │ import * as echarts from "npm:echarts";
| ╵ ~~~~~~~~~~~~~
|
| error: Uncaught (in promise) Error: Build failed with 1 error:
| src/islands/SalesMap.tsx:3:25: ERROR: [plugin: deno-loader] Invalid cross-device link (os error 18): link '/home/jlcarveth/Developer/east/eastsite/.cache/deno/npm/registry.npmjs.org/echarts/5.6.0/theme/dark-blue.js' -> '/tmp/370cc61daac365df/theme/dark-blue.js'
| let error = new Error(text);
| ^
| at failureErrorWithLog (https://deno.land/x/esbuild@v0.19.11/mod.js:1626:15)
| at https://deno.land/x/esbuild@v0.19.11/mod.js:1034:25
| at runOnEndCallbacks (https://deno.land/x/esbuild@v0.19.11/mod.js:1461:45)
| at buildResponseToResult (https://deno.land/x/esbuild@v0.19.11/mod.js:1032:7)
| at https://deno.land/x/esbuild@v0.19.11/mod.js:1061:16
| at responseCallbacks.<computed> (https://deno.land/x/esbuild@v0.19.11/mod.js:679:9)
| at handleIncomingPacket (https://deno.land/x/esbuild@v0.19.11/mod.js:739:9)
| at readFromStdout (https://deno.land/x/esbuild@v0.19.11/mod.js:655:7)
| at https://deno.land/x/esbuild@v0.19.11/mod.js:1933:11
| at eventLoopTick (ext:core/01_core.js:178:7)
[Manual Deployment/deploy-eastus] ❌ Failure - Main Build US binary for Dev [4.169778109s]
| ✘ [ERROR] Invalid cross-device link (os error 18): link '/home/jlcarveth/Developer/east/eastsite/.cache/deno/npm/registry.npmjs.org/echarts/5.6.0/theme/dark-blue.js' -> '/tmp/370cc61daac365df/theme/dark-blue.js' [plugin deno-loader]
|
| src/islands/SalesMap.tsx:3:25:
| 3 │ import * as echarts from "npm:echarts";
| ╵ ~~~~~~~~~~~~~
|
| error: Uncaught (in promise) Error: Build failed with 1 error:
| src/islands/SalesMap.tsx:3:25: ERROR: [plugin: deno-loader] Invalid cross-device link (os error 18): link '/home/jlcarveth/Developer/east/eastsite/.cache/deno/npm/registry.npmjs.org/echarts/5.6.0/theme/dark-blue.js' -> '/tmp/370cc61daac365df/theme/dark-blue.js'
| let error = new Error(text);
| ^
| at failureErrorWithLog (https://deno.land/x/esbuild@v0.19.11/mod.js:1626:15)
| at https://deno.land/x/esbuild@v0.19.11/mod.js:1034:25
| at runOnEndCallbacks (https://deno.land/x/esbuild@v0.19.11/mod.js:1461:45)
| at buildResponseToResult (https://deno.land/x/esbuild@v0.19.11/mod.js:1032:7)
| at https://deno.land/x/esbuild@v0.19.11/mod.js:1061:16
| at responseCallbacks.<computed> (https://deno.land/x/esbuild@v0.19.11/mod.js:679:9)
| at handleIncomingPacket (https://deno.land/x/esbuild@v0.19.11/mod.js:739:9)
| at readFromStdout (https://deno.land/x/esbuild@v0.19.11/mod.js:655:7)
| at https://deno.land/x/esbuild@v0.19.11/mod.js:1933:11
| at eventLoopTick (ext:core/01_core.js:178:7)
[Manual Deployment/deploy-eastus] ❌ Failure - Main Build US binary for Dev [4.169778109s]
6 replies
DDeno
Created by Captain Beef 🥩 on 4/25/2025 in #help
Deno Fresh deployment failing in Github Actions
@lcasdev any idea?
6 replies
DDeno
Created by Captain Beef 🥩 on 12/11/2023 in #help
Displaying a Modal
Good bot, I will try window.bootstrap...
4 replies
DDeno
Created by Captain Beef 🥩 on 10/19/2023 in #help
Can use the --cert flag in the command line, but not in deno.json
It's not necessarily that it's being run from deno.json, but the inclusion/omission of the watch flag which seems to break things.
5 replies
DDeno
Created by Captain Beef 🥩 on 10/19/2023 in #help
Can use the --cert flag in the command line, but not in deno.json
Anyone have any idea? Can I somehow improve / add details to my question so that it gets some attention? I've posted numerous times asking for help on different topics, and have never gotten a single reply.
5 replies
DDeno
Created by Captain Beef 🥩 on 3/22/2023 in #help
Why isn't this error caught?
Interesting, I'll give this a try. Thanks!
8 replies