CI: install node-pre-gyp again..

This commit is contained in:
Joakim Frostegård 2021-08-16 20:56:06 +02:00
parent aae274156e
commit 28d37721b7

View file

@ -118,7 +118,11 @@ cp -r torrents torrents-leech
# Setup wss seeding client # Setup wss seeding client
npm install webtorrent-hybrid # Seems to fix webtorrent-hybrid install error.
# Will likely be fixed in later versions of webtorrent-hybrid.
npm install @mapbox/node-pre-gyp
npm install webtorrent-hybrid@4.0.3
echo " echo "
// Start webtorrent seeder from data file, create torrent, write it to file, // Start webtorrent seeder from data file, create torrent, write it to file,