'No matching version found for @rushstack/eslint-patch@^1.1.0
I'm trying to create a REACT app and I keep getting the following error. I have reinstall node.js to the latest version. I can't find anything regarding this error. What can I try next?
$ npx create-react-app notes-frontend
Creating a new React app in C:\Users\brad\OneDrive\Documents\Old Drive D\LearnReact\MERN\notes-frontend.
Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts with cra-template...
npm ERR! code ETARGET npm ERR! notarget No matching version found for @rushstack/eslint-patch@^1.1.0. npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist.
npm ERR! A complete log of this run can be found in: npm ERR!
C:\Users\brad\AppData\Local\npm-cache_logs\2022-02-05T00_17_43_589Z-debug-0.logAborting installation. npm install --save --save-exact --loglevel error react react-dom react-scripts cra-template has failed.
Deleting generated file... package.json Deleting notes-frontend/ from C:\Users\brad\OneDrive\Documents\Old Drive D\LearnReact\MERN Done.
When I execute NPX I get this.
$ npx Microsoft Windows [Version 10.0.18363.2037] (c) 2019 Microsoft Corporation. All rights reserved.
C:\Users\brad\OneDrive\Desktop\test>
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
