Example of publishing a package to dat
See original GitHub issueSo jazzed about dat support! Could you include an example in the README of how we publish our decentralized packages?
Right now the README says “It just contains the package data as like its git repository”, but I’m not sure I understand what that means. I tried running dat create && dat share
in a package’s git directory, but I can’t seem to dep install
it. Actually, it crashed:
Using dat as deps is an experimental feature.
It can be changed at any time.
Resolving dependencies
*** Error in `node': free(): invalid pointer: 0x0000000002675210 ***
Very excited about this project and especially the p2p support. Great work! ❤️
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:23 (14 by maintainers)
Top Results From Across the Web
Publish files over http and dat with a dat-push - GitHub
Run dat-publish on your server. It will print a <server-key> for dat-archiver. · Create a dat on your local computer (or use an...
Read more >How to write your own R package and publish it on CRAN
Write DESCRIPTION · Type: Package. Type: Package should remain unchanged · Package. Package has your package's name · Title. Title is a really ......
Read more >How to write your own R package and publish it on CRAN
To access the template, just click on File > New Project... > New Directory > R Package .
Read more >Publishing packages - Dart
Here's an example of publishing a package named transmogrify : Publishing transmogrify 1.0.0 .gitignore CHANGELOG.md README.md lib transmogrify.dart src ...
Read more >Packaging and distributing projects
Packaging and distributing projects¶. This section covers some additional details on configuring, packaging and distributing Python projects with setuptools ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the heads-up @watilde. I am 100% still interested in dex pkg mangement! I’ll ping you when I’m working on that again.
Ah ha, I think I see what’s happening now.
@watilde I tried your minbase example, and it works.
However, I tried doing the same with
mafintosh/memory-chunk-store
but rannpm install
in the repo dir,dat share
ing that, and thendep install
ing it. I wonder if the inclusion of all of the node_modules deps overloadsdep
somewhere?