dependabot[bot] on npm_and_yarn
chore(deps): bump terser from 4… (compare)
dependabot[bot] on npm_and_yarn
dependabot[bot] on npm_and_yarn
chore(deps): bump moment from 2… (compare)
dependabot[bot] on npm_and_yarn
chore(deps): bump async from 2.… (compare)
dependabot[bot] on npm_and_yarn
chore(deps): bump minimist from… (compare)
dependabot[bot] on npm_and_yarn
chore(deps): bump moment from 2… (compare)
forge install latest
rolls me back to 0.39.2 -> even after I manually updated the release.yml file to point at .15
npm install -g @arcblock/forge-cli --unsafe-perm
forge install latest
or forge install v0.39.15
I get a version not found error, forge ls:remote
is also showing me that the list provided from the remote is capped at 0.39.2
When I try to create a chain with @arcblock/forge-cli@1.0.12
I receive the following error message:
% forge chain:create
? Chain Name: my-chain
? Token Name: MyToken
? Token Symbol: MYT
✖ Create new chain failed:
✖ ENOENT: no such file or directory, mkdir '/Users/mwhesse/.forge_chains/forge_my-chain/forge_release'
I'm on MacOS 10.14.6 and node 8. I tried to pre-create the directory myself but it seems forge-cli first deletes it and then fails to re-create it.