aleph.js icon indicating copy to clipboard operation
aleph.js copied to clipboard

Release more build stack during the Check https://deno.land/x/[email protected]/mod.ts

Open vincenzopalazzo opened this issue 4 years ago • 1 comments
trafficstars

When I build the server in release mode I have the stuck state with the check Check https://deno.land/x/[email protected]/mod.ts, after 12 my build is still stuck

lnchecker_1  | 2021-04-25T10:24:01.953510863Z INFO Download https://cdn.esm.sh/v41/[email protected]/deno/es-get-iterator.js
lnchecker_1  | 2021-04-25T10:24:01.971269043Z INFO Download https://cdn.esm.sh/v41/[email protected]/deno/side-channel.js
lnchecker_1  | 2021-04-25T10:24:01.974966825Z INFO Download https://cdn.esm.sh/v41/[email protected]/deno/es-array-method-boxes-properly.js
lnchecker_1  | 2021-04-25T10:24:01.978626828Z INFO Download https://cdn.esm.sh/v41/[email protected]/deno/isarray.js
lnchecker_1  | 2021-04-25T10:24:01.979055860Z INFO Download https://cdn.esm.sh/v41/[email protected]/deno/is-map.js
lnchecker_1  | 2021-04-25T10:24:01.979226045Z INFO Download https://cdn.esm.sh/v41/[email protected]/deno/is-arguments.js
lnchecker_1  | 2021-04-25T10:24:01.979877727Z INFO Download https://cdn.esm.sh/v41/[email protected]/deno/is-set.js
lnchecker_1  | 2021-04-25T10:24:02.694994577Z INFO Download https://cdn.esm.sh/v41/[email protected]/deno/shim.js
lnchecker_1  | 2021-04-25T10:24:02.751375478Z INFO   {} polyfills.js (ES2015) • 207KB
lnchecker_1  | 2021-04-25T10:24:02.933592270Z INFO   {} deps.js • 510KB
lnchecker_1  | 2021-04-25T10:24:02.963169249Z INFO   {} shared.js • 8KB
lnchecker_1  | 2021-04-25T10:24:04.656761168Z INFO   {} /pages/index.js • 3MB
lnchecker_1  | 2021-04-25T10:24:04.658509579Z INFO   {} main.js • 367B
lnchecker_1  | 2021-04-25T10:24:04.692133964Z INFO Server ready on http://localhost:8080/
lnchecker_1  | 2021-04-25T10:24:04.707074513Z Download https://deno.land/x/[email protected]/mod.ts
lnchecker_1  | 2021-04-25T10:24:04.742139786Z Download https://deno.land/x/[email protected]/pkg/denoflate.js
lnchecker_1  | 2021-04-25T10:24:04.761772491Z Check https://deno.land/x/[email protected]/mod.ts

Deno version 1.9.0 Alph.js version alpah.31

vincenzopalazzo avatar Apr 25 '21 11:04 vincenzopalazzo

i saw the console seems the server was ready, just needed to download the gzip deps, it will not show again at next time of the start command

INFO Server ready on http://localhost:8080/

ije avatar Apr 25 '21 14:04 ije