Railgun-Community / wallet

SDK library to develop RAILGUN wallets
MIT License
37 stars 16 forks source link

error: circomlibjs@hsg88/circomlibjs#ffjavascrip.0.1.0 failed to resolve #77

Closed kamalbuilds closed 3 months ago

kamalbuilds commented 4 months ago

GET https://api.github.com/repos/hsg88/circomlibjs/tarball/ffjavascrip.0.1.0 - 404 error: circomlibjs@hsg88/circomlibjs#ffjavascrip.0.1.0 failed to resolve

image

kamalbuilds commented 4 months ago

@zy0n @Zorlin @mesquka can you please check into this and tell me a way to resolve this issue , tried a bunch of stuff but still stuck at this from many days ?

zy0n commented 4 months ago

@zy0n @Zorlin @mesquka can you please check into this and tell me a way to resolve this issue , tried a bunch of stuff but still stuck at this from many days ?

Am not sure as to which version bun is trying to install; but if you check @railgun-community/circomlibjs pkg on npmjs you'll see that its 0.0.8 not 1.1.6 that bun has there?

this issue is fixed in that package. try putting 0.0.8 as the resolution version in the package.json as well;

kamalbuilds commented 4 months ago

@zy0n @Zorlin @mesquka can you please check into this and tell me a way to resolve this issue , tried a bunch of stuff but still stuck at this from many days ?

Am not sure as to which version bun is trying to install; but if you check @railgun-community/circomlibjs pkg on npmjs you'll see that its 0.0.8 not 1.1.6 that bun has there?

this issue is fixed in that package. try putting 0.0.8 as the resolution version in the package.json as well;

@zy0n I tried to run a bunch of repos to find which is the ideal setup but the error incurs in all of them .

Providing some of them below for reference and it doesnt seem a bun issue as I tried with npm and yarn too.

  1. https://github.com/venture23-zkp/railgun-integrations-ui/blob/develop/package.json
  2. https://github.com/zkpay-team/dapp
kamalbuilds commented 4 months ago

@zy0n simply trying an npm i leads to this common error in all such repos utilsing the railgun packages.

image

and in the whole project I can find only hsg88 references in inside package-lock.json

image

image

Zorlin commented 3 months ago

Hi @kamalbuilds - I believe I know a fix for this, will try and get it sorted in the next day or so.

zy0n commented 3 months ago

@zy0n @Zorlin @mesquka can you please check into this and tell me a way to resolve this issue , tried a bunch of stuff but still stuck at this from many days ?

Am not sure as to which version bun is trying to install; but if you check @railgun-community/circomlibjs pkg on npmjs you'll see that its 0.0.8 not 1.1.6 that bun has there? this issue is fixed in that package. try putting 0.0.8 as the resolution version in the package.json as well;

@zy0n I tried to run a bunch of repos to find which is the ideal setup but the error incurs in all of them .

Providing some of them below for reference and it doesnt seem a bun issue as I tried with npm and yarn too.

  1. https://github.com/venture23-zkp/railgun-integrations-ui/blob/develop/package.json
  2. https://github.com/zkpay-team/dapp

you' will need to update the packages used in those repos to the latest ones; quickstart was renamed to @railgun-community/wallet a long while back.