CashScript / cashscript

⚖️ Easily write and interact with Bitcoin Cash smart contracts
https://cashscript.org
MIT License
115 stars 80 forks source link

cashproof install issues #195

Closed mr-zwets closed 3 months ago

mr-zwets commented 3 months ago

cashproof has been causing issues for installing CashScript with NPM:

npm WARN tarball tarball data for cashproof@git+https://github.com/eyeofpython/cashproof.git (null) seems to be corrupted. Trying again.
npm WARN tarball tarball data for cashproof@git+https://github.com/eyeofpython/cashproof.git (null) seems to be corrupted. Trying again.

even with some yarn versions:

➤ YN0000: ┌ Resolution step
➤ YN0001: │ Error: cashproof@https://github.com/eyeofpython/cashproof.git#commit=ff92615faa338e025a9d3a5dd98112233f6daf76: Manifest not found

The right solution might be to remove the cashproof dev dependency

Yeah maybe we should just take cashproof out of the dependencies, since we don't need it beside proving that our optimisations are correct.

mr-zwets commented 3 months ago

Cahsproof was removed as a dependency in the v0.10.0-next.6 release. This solves the install issue