steem-js icon indicating copy to clipboard operation
steem-js copied to clipboard

Steem has a transitive dependency that does not resolve

Open trashhalo opened this issue 6 years ago • 1 comments

Expected behavior

all of steem's dependencies are resolvable.

Actual behavior

[1/4] Resolving packages...
error An unexpected error occurred: "Couldn't find package \"@steemit/rpc-auth@^1.1.0\" required by \"steem@^0.7.1\" on the \"npm\" registry.".
info If you think this is a bug, please open a bug report with the information provided in "/home/stephen/dev/reddit-bot/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
➜  npm i
npm ERR! code E404
npm ERR! 404 Not Found: @steemit/rpc-auth@^1.1.0

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/stephen/.npm/_logs/2018-03-25T20_28_54_904Z-debug.log
➜ 

How to reproduce

Make sure your caches are clear and try and add steem to your project

Environment information

node 8.10.0 npm 5.6.0 yarn 1.5.1 os Linux 4.10.0-38-generic

trashhalo avatar Mar 25 '18 20:03 trashhalo

Maybe you've changed your npm registry in past?

BartolomeoItaliano avatar Apr 11 '18 14:04 BartolomeoItaliano