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
Fresh install, MacOS Mojave with npm install @textury/arkb
npm install @textury/arkb
/.../arweave-deploy-testing/node_modules/multibase/src/util.js:3 const textDecoder = new TextDecoder()
package.json:
package.json
{ "name": "arweave-deploy-testing", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "deploy": "arkb deploy deploy/index.html --wallet assume/this/is/correct.json", }, "author": "", "license": "ISC", "dependencies": { "@textury/arkb": "^1.1.4" } }
The text was updated successfully, but these errors were encountered:
Able to deploy no problem using arweave-deploy
arweave-deploy
arweave deploy deploy/index.html --key-file assume/this/is/correct.json
Not a long term solution because my file is over 10mb.
Sorry, something went wrong.
Solved: This repo requires node V14 or higher. I was on V12.
No branches or pull requests
Fresh install, MacOS Mojave with
npm install @textury/arkb
package.json
:The text was updated successfully, but these errors were encountered: