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
Castor will be constantly publishing the latest state of its npm registry mirror on its IPNS name.
registry-mirror --ipfs must copy that node. In ipfs CLI commands, it looks like this:
registry-mirror --ipfs
ipfs files cp /ipfs/`ipfs name resolve /ipns/QmdNc4B89DxVeiuDKRN5bWdKsAPCmekgmJMkRSdUNa7x9z` /npm-registry
QmdNc4B89DxVeiuDKRN5bWdKsAPCmekgmJMkRSdUNa7x9z is Castor's ID
QmdNc4B89DxVeiuDKRN5bWdKsAPCmekgmJMkRSdUNa7x9z
The text was updated successfully, but these errors were encountered:
Important, when cloning do ipfs files mv /npm-registry /npm-registry.bak-<hash> and then the ipfs files cp to not loose what is already available.
ipfs files mv /npm-registry /npm-registry.bak-<hash>
ipfs files cp
Also, make sure to always connect to Castor first.
Sorry, something went wrong.
done
No branches or pull requests
Castor will be constantly publishing the latest state of its npm registry mirror on its IPNS name.
registry-mirror --ipfs
must copy that node. In ipfs CLI commands, it looks like this:ipfs files cp /ipfs/`ipfs name resolve /ipns/QmdNc4B89DxVeiuDKRN5bWdKsAPCmekgmJMkRSdUNa7x9z` /npm-registry
QmdNc4B89DxVeiuDKRN5bWdKsAPCmekgmJMkRSdUNa7x9z
is Castor's IDThe text was updated successfully, but these errors were encountered: