We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
to reproduce:
yarn create @agoric/dapp xsnapv
cd node_modules/@agoric/xsnap
ls .git
The git clone is fragile. One user recently reported:
Building... - @agoric/xsnap ... The remote end hung up unexpectedly ... git exited with code 128
This was fixed in
but this dapp still depends on 0.14.3-u13.0
so if I just go to a blank directory and yarn install @agoric/xsnap, I get @agoric/[email protected] and I do not get a .git directory.
yarn install @agoric/xsnap
@agoric/[email protected]
.git
cc @Jovonni
The text was updated successfully, but these errors were encountered:
No branches or pull requests
to reproduce:
yarn create @agoric/dapp xsnapv
cd node_modules/@agoric/xsnap
ls .git
and see that we have a git log of moddableThe git clone is fragile. One user recently reported:
This was fixed in
but this dapp still depends on 0.14.3-u13.0
so if I just go to a blank directory and
yarn install @agoric/xsnap
, I get@agoric/[email protected]
and I do not get a.git
directory.cc @Jovonni
The text was updated successfully, but these errors were encountered: