Closed weber8thomas closed 1 year ago
Thanks, Mr. Thomas (@weber8thomas).
Your point is correct, and this is due to our failure to update our documentation. We are updating the document now and would appreciate a few hours of your patience.
Best,
Hero
@weber8thomas
I have updated the text, links, and commands in the tutorial. (I apologize as the screenshot has not been updated.)
Currently, npm
is being used instead of yarn
.
I have replicated what you were trying to do when using npm
.
Below is the log:
Sapporo-web version:
$ git log --oneline | head -n 5
418673f Update version to 1.2.2
c6400ba Fix outputs bug
f584b35 Update version to 1.2.1
0968e6d Support Chrome's Mixed Content checl
42d4cd4 Fix docker env
$ git clean -fdx
Commands:
$ npm ci
...
added 1539 packages, and audited 1540 packages in 36s
...
$ npm run generate
> sapporo-web@1.2.2 generate
> NODE_OPTIONS=--openssl-legacy-provider nuxt generate
Production build 21:36:57
ℹ Bundling only for client side 21:36:57
ℹ Target: static 21:36:57
✔ Builder initialized 21:36:57
✔ Nuxt files generated 21:36:57
...
Hash: 969cf97e4ccbba43b23c
Version: webpack 4.46.0
Time: 59253ms
Built at: 03/07/2023 9:37:58 PM
Asset Size Chunks Chunk Names
../server/client.manifest.json 36.3 KiB [emitted]
1dcf984.js 2.4 KiB 11 [emitted] [immutable] runtime
2d586d7.js 90.3 KiB 4 [emitted] [immutable] app
2e35c32.js 218 KiB 0 [emitted] [immutable] vendors/pages/index/pages/runs/index/pages/services/index/pages/workflows/index
310cf3e.js 21.6 KiB 2 [emitted] [immutable] vendors/pages/index/pages/services/index
373fe93.js 71.2 KiB 8 [emitted] [immutable] pages/services/index
5a94cac.js 19.3 KiB 7 [emitted] [immutable] pages/runs/index
6d20400.js 27.5 KiB 13 [emitted] [immutable] vendors/pages/workflows/index
6e17154.js 13.3 KiB 6 [emitted] [immutable] pages/index
81a0b26.js 39.1 KiB 10 [emitted] [immutable] pages/workflows/index
94a1cd3.js 216 KiB 1 [emitted] [immutable] vendors/pages/runs/index/pages/services/index/pages/workflows/index
LICENSES 630 bytes [emitted]
adf3be8.js 6.24 KiB 9 [emitted] [immutable] pages/state/index
adfc6b3.js 32.4 KiB 3 [emitted] [immutable] vendors/pages/runs/index/pages/services/index
d0fc82b.js 244 KiB 5 [emitted] [immutable] [big] commons/app
e0a5613.js 567 KiB 12 [emitted] [immutable] [big] vendors/app
img/cwl-icon.d6a463e.png 3.31 KiB [emitted] [immutable]
img/logo.c93d28a.svg 5.45 KiB [emitted] [immutable]
img/nextflow-icon.5351591.png 8.47 KiB [emitted] [immutable]
img/snakemake-icon.b8289bc.png 2.17 KiB [emitted] [immutable]
img/wdl-icon.3954ce4.png 1.89 KiB [emitted] [immutable]
+ 1 hidden asset
Entrypoint app = 1dcf984.js d0fc82b.js e0a5613.js 2d586d7.js
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets:
d0fc82b.js (244 KiB)
e0a5613.js (567 KiB)
ℹ Generating output directory: dist/ 21:37:58
ℹ Generating pages 21:37:59
✔ Generated route "/runs" 21:37:59
✔ Generated route "/services" 21:37:59
✔ Generated route "/state" 21:37:59
✔ Generated route "/workflows" 21:37:59
✔ Generated route "/" 21:37:59
✔ Client-side fallback created: 404.html 21:37:59
We apologize for any inconvenience caused. Thank you for your comment.
@suecharo thanks a lot, you were really responsive! This is now working Cheers, Thomas
Hi,
I would like to set up the developer version of sapporo-web following the tutorial. I'm facing the following issue:
yarl install
yarn generate
After removing the NODE_OPTIONS from the command
❯ yarn --version 1.22.19 ❯ npx --version 9.5.0
System: macOS 13.0 (22A380) Chip: M1 Max
Thanks in advance for your help,
Best,
Thomas