osmosis-labs / osmojs

OsmosJS makes it easy to compose and broadcast Osmosis and Cosmos messages
https://cosmology.zone/products/osmojs
Apache License 2.0
63 stars 32 forks source link

npm run error #23

Closed thankst closed 1 year ago

thankst commented 1 year ago

npm install osmojs
npm ERR! code ETARGET npm ERR! notarget No matching version found for @cosmjs/stream@^0.29.3. npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist.

npm ERR! A complete log of this run can be found in:

what should i do

pyramation commented 1 year ago

Are you using a npm registry of sorts?

https://www.npmjs.com/package/@cosmjs/stream

Screen Shot 2022-11-09 at 2 55 47 PM
pyramation commented 1 year ago

I would look at your network connection, ensure you're using the proper npm registry. Everything works, I also tested yarn add osmojs again and everything installs correctly.

pyramation commented 1 year ago

I also tested npm install which also works.