We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e0fff commit fe9ad19Copy full SHA for fe9ad19
projects/aiohttp/build.sh
@@ -18,6 +18,11 @@
18
git submodule update --init --recursive
19
pushd "$SRC/aiohttp/vendor/llhttp/"
20
npm ci
21
+echo "y" | npx ts-node bin/generate.ts || {
22
+ echo "ts-node installation failed, trying alternative approach..."
23
+ npm install -g ts-node@10.9.2
24
+ npx ts-node bin/generate.ts
25
+}
26
make
27
popd # "$SRC/aiohttp/vendor/llhttp/"
28
0 commit comments