evgeny-nadymov / telegram-react

Experimental Telegram web client with tdlib, webassembly and react js under the hood
https://evgeny-nadymov.github.io/telegram-react/
GNU General Public License v3.0
2.33k stars 606 forks source link

arseny30/tdweb no exist in npm install #368

Closed JoaquinDecima closed 3 years ago

JoaquinDecima commented 3 years ago

"@arseny30/tdweb": "^1.7.6" Don't no exist

JoaquinDecima commented 3 years ago

npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/@arseny30/tdweb/-/tdweb-1.7.6.tgz npm ERR! 404 npm ERR! 404 '@arseny30/tdweb@1.7.6' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 It was specified as a dependency of 'telegram' npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url. npm ERR! A complete log of this run can be found in:

MetinKara1 commented 3 years ago

same error!

hnz101 commented 3 years ago

there is also an hard coded import from this privat tdweb build in TdLibController.js

which doesn't help when trying to build from source

evgeny-nadymov commented 3 years ago

Fixed