cardano-rosetta
cardano-rosetta copied to clipboard
'examples' yarn offline installation fails
With yarn installed, when $ yarn install --offline
is run in the cardano-rosetta/examples/
directory the following error is displayed
error Can't make a request in offline mode ("https://registry.yarnpkg.com/@emurgo/cardano-serialization-lib-nodejs/-/cardano-serialization-lib-nodejs-2.0.0.tgz")
As a workaround, $ yarn install
can be used, although, this is not prefereable.