We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8f297 commit 78c5392Copy full SHA for 78c5392
.teamcity/builds/kotlinlang/buidTypes/BuildJsAssets.kt
@@ -26,6 +26,12 @@ object BuildJsAssets: BuildType({
26
#!/bin/bash
27
set -e -x -u
28
29
+ # for node:18 we caught exception:
30
+ # unhandledRejection TypeError: Failed to parse URL from /mnt/agent/work/75f6fbaeb8c41e25/node_modules/@wasm-codecs/mozjpeg/lib/mozjpeg.wasm
31
+ # at Object.fetch (node:internal/deps/undici/undici:11730:11) {
32
+ # [cause]: TypeError: Invalid URL
33
+ export NODE_OPTIONS=--no-experimental-fetch
34
+
35
yarn install --frozen-lockfile
36
37
NODE_ENV=production yarn run build
0 commit comments