mattrglobal / node-bbs-signatures

An implementation of BBS+ signatures using rust and typescript for node.js
Apache License 2.0
57 stars 23 forks source link

Issue with installation. #213

Closed ThomasLuuu closed 1 year ago

ThomasLuuu commented 1 year ago

node-pre-gyp http GET https://github.com/mattrglobal/node-bbs-signatures/releases/download/0.15.0/node-v108-win32-x64.tar.gz node-pre-gyp ERR! install response status 404 Not Found on https://github.com/mattrglobal/node-bbs-signatures/releases/download/0.15.0/node-v108-win32-x64.tar.gz

steffensbola commented 1 year ago

Same here! Is this project still active?

ThomasLuuu commented 1 year ago

@steffensbola Do you have any solution for solving this issue? I found out that there is no file /node-v93-win32-x64.tar.gz when installing.

ThomasLuuu commented 1 year ago

Solving by switching to Node 16.14 => delete package-lock, yarn-lock and node-module => run yarn install => Vola!