ligolang / contract-catalogue

FA2 LIGO Smart Contracts.
MIT License
13 stars 11 forks source link

bug , cannot install tezos-ligo-fa2 #3

Closed zamrokk closed 1 year ago

zamrokk commented 1 year ago

Running below command on WSL2 ubuntu

ligo install tezos-ligo-fa2


/home/zamrokk/.yarn/bin/esy
info add 0.6.12-dev (using package.json)
info resolving esy packages: done                
info solving esy constraints: done         
info resolving npm packages: done                             
info fetching: done                            
info esbuild@0.15.13: running postinstall lifecycle      
.... installing esbuild@0.15.13@d41d8cd9esy-rewrite-prefix: symlink stat
                    ./.ligo/source/s/esbuild__0.15.13__42403abe/./.ligo/source/s/esbuild__0.15.13__42403abe/LICENSE.md:
                    No such file or directory
error: error running command: '/home/zamrokk/.config/yarn/global/node_modules/esy/3/i/esy-71a059e4/lib/esy/esyRewritePrefixCommand' '--orig-prefix' './.ligo/source/s/esbuild__0.15.13__42403abe' '--dest-prefix' './.ligo/source/i/esbuild__0.15.13__42403abe' './.ligo/source/s/esbuild__0.15.13__42403abe'
  installing esbuild@0.15.13
esy: exiting due to errors above
error while install packages
melwyn95 commented 1 year ago

This package has been renamed and moved to LIGO resitry here https://packages.ligolang.org/package/@ligo/fa

image

We specify this on npm

melwyn95 commented 1 year ago

you have to use ligo install @ligo/fa install the pacakage

melwyn95 commented 1 year ago

Also the error message above is weird don't know why that occurs

zamrokk commented 1 year ago

it requires a esy.json empty config file