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

Npm Run Start Doesn't Work #370

Closed MetinKara1 closed 3 years ago

MetinKara1 commented 3 years ago

Hi,

I download project and follow your documentation steps. But when i run npm run start command then i see below error

PS C:\Users\nmeti\Documents\GitHub\telegram-react> npm run start

telegram_react@0.0.955 start C:\Users\nmeti\Documents\GitHub\telegram-react react-app-rewired start

'react-app-rewired' is not recognized as an internal or external command, operable program or batch file. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! telegram_react@0.0.955 start: react-app-rewired start npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the telegram_react@0.0.955 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\nmeti\AppData\Roaming\npm-cache_logs\2021-02-27T12_19_42_177Z-debug.log

MetinKara1 commented 3 years ago

Delete @arceny30 and run yarn add tdweb. Then run yarn start command. This work for me

evgeny-nadymov commented 3 years ago

Duplicate #368

SonaliBendre commented 3 years ago

Delete @arceny30 and run yarn add tdweb. Then run yarn start command. This work for me

hi, from where I'll have to delete