Skip to content

Commit fe9ad19

Browse files
committed
aiohttp:fix build
1 parent 46e0fff commit fe9ad19

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

projects/aiohttp/build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
git submodule update --init --recursive
1919
pushd "$SRC/aiohttp/vendor/llhttp/"
2020
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+
}
2126
make
2227
popd # "$SRC/aiohttp/vendor/llhttp/"
2328

0 commit comments

Comments
 (0)