npx create-react-app my-reactchat-app
npm ERR! cb() never called!
npm ERR! This is an error with npm itself. Please report this error at:
npm ERR!
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\dp312\AppData\Roaming\npm-cache\_logs\2023-01-25T22_46_04_461Z-debug.log
Install for [ 'create-react-app@latest' ] failed with code 1
Я пытаюсь выполнить этот cmd в обоих режимах режиме администратора
Я новичок в React JS Я создаю приложение React, выдает ошибку, я пытаюсь сделать все. cmd для создания приложения [code]npx create-react-app my-app or npx create-react-app@latest your-app-name --use-npm [/code] ошибка [code]npx create-react-app my-reactchat-app npm ERR! cb() never called!
npm ERR! This is an error with npm itself. Please report this error at: npm ERR!
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\dp312\AppData\Roaming\npm-cache\_logs\2023-01-25T22_46_04_461Z-debug.log Install for [ 'create-react-app@latest' ] failed with code 1 [/code] Я пытаюсь выполнить этот cmd в обоих режимах режиме администратора [code]npm cache clean --force [/code] при запуске этого cmd [code]npm create-react-app my-app [/code] выдает вот такую ошибку [code] Usage: npm
npm -h quick help on npm -l display full usage info npm help search for help on npm help npm involved overview
Specify configs in the ini-formatted file: C:\Users\dp312\.npmrc or on the command line via: npm --key value Config info can be viewed via: npm help config
npm@6.14.15 C:\Program Files\nodejs\node_modules\npm [/code] попробуйте сделать это тоже, но ошибка все равно не душа как решить эту ошибку? кто-нибудь может мне помочь