J'ai réinstallé Node.js et Yarn. Maintenant, je reçois cette erreur.
Mes informations sur l'environnement sont:
Noeud: v8.12.0
NPM: 6.4.1
Fil: 1.10.1
Système d'exploitation: Windows 10
PS C:\Users\mdbel\Desktop\Project\redux> npx create-react-app learnredux
Creating a new React app in C:\Users\mdbel\Desktop\Project\redux\learnredux.
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts...
yarn add v1.10.1
[1/4] Resolving packages...
[2/4] Fetching packages...
error An unexpected error occurred: "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.1.tgz: Request failed \"404 Not Found\"".
info If you think this is a bug, please open a bug report with the information provided in "C:\\Users\\mdbel\\Desktop\\Project\\redux\\learnredux\\yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
Aborting installation.
yarnpkg add --exact react react-dom react-scripts --cwd C:\Users\mdbel\Desktop\Project\redux\learnredux has failed.
Deleting generated file... package.json
Deleting generated file... yarn.lock
Done.
suppression .npmrc
de C:\Users\you\.npmrc
peut également résoudre le problème.
J'ai également résolu mon problème en installant la dernière version de node à partir de
https://nodejs.org/en/download/
Et puis je cours en dessous de la commande
npm install -g create-react-app
dans le terminal Suivi de "create-react-app" ou "create-react-app". si vous êtes déjà dans le dossier.
npm cache clean --force
La commande ci-dessus n'a pas résolu votre problème, puis essayez celle ci-dessous.
npm init -y
npx create-react-app your-app-name
Mettre à jour les modules de nœuds vers la version 13.12.0 qui fonctionne pour moi
Essaye ça!
npm install -g npm @ latest
nœud d'installation npm
npm install -g fil
npx create-react-app appname
cd firstapp
début de fil