I will also look which i will use an which non. Bilpcoin is not working for me so this wouöd be oneni will exchange
You are viewing a single comment's thread from:
I will also look which i will use an which non. Bilpcoin is not working for me so this wouöd be oneni will exchange
DM me on discord (eturnerx). Please send your config.json with the private key obscured. I'll check your
hiveengine
section is correct and look over yourrules
.Thanks but i think i need some time, a lot to do. Maybe next weekend.
hello @eturnerx, i had some time and died first steps but i get this error:
Its win 7, can this be the problem? I will try it on other device with win 10 if this is the problem.
Not OS related. Maybe I wrote the package.json wrong. Try this command:
npm install --saveDev @types/node@^latest
Same message :(
Try:
npm install --save @types/[email protected]
also same message
So, the same message about the missing peer dependency, or the audit security issue, or both?
If it's the audit security message, then there is an issue with a dependency used by dhive. You can investigate the security risk yourself to see if you trust the proposed fix, but from memory, the issue was a vulnerability in axios.
npm audit
will tell you what the problem is.npm audit fix
will try to automatically fix the problem if you think it's fine to do sonpm audit fix --force
will try even harder to fix the problem. I sometimes find I have to run fix-force a few times until the audit is clear.If it's the missing dependencies still, I'm getting to the end of my knowledge on the issue. Maybe you can try
npm version
andnode --version
and let me know what it reports.Maybe this can help: https://www.npmjs.com/package/npm-install-peers