evgeny-nadymov/telegram-react

Npm Run Start Doesn't Work

MetinKara1 opened this issue · 3 comments

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

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

Duplicate #368

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

hi, from where I'll have to delete