-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
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
Latest xsnap won't install off npm #6195
Comments
We probably should figure out how to publish this properly. Either we include pre-built binaries, or we need to make the build step compatible with the regular node build system. cc @dckc |
Did this ever work? Is this a regression? I filed #3857 a long time ago with the goal of moving our getting started docs from Re xsnap in particular, the current approach where |
This should have been fixed as a side effect of #7883, but we still need to publish a |
Confirmed fixed |
Describe the bug
Failing to install xsnap via npm.
To Reproduce
mkdir test && cd test && npm init
npm i @agoric/xsnap
Expected behavior
A clear and concise description of what you expected to happen.
Platform Environment
Reproduced on both Mac OS X and Ubuntu, using both node 16 and node 18 via nvm.
The text was updated successfully, but these errors were encountered: