Home > Net >  No matching version found for [email protected]
No matching version found for [email protected]

Time:03-14

npm ERR! code ETARGET npm ERR! notarget No matching version found for react-router-dom@^2.1.3. 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\Admin\AppData\Local\npm-cache_logs\2022-03-14T11_35_07_149Z-debug-0.log

CodePudding user response:

try clearing the cache and re install again

npm cache clean --force

then

npm install

CodePudding user response:

tried this but it's throwing these errors!!

npm ERR! code 1 npm ERR! path E:\Offices\Office Sator-it\Projects\React project\FreseniusPortal - Copy\node_modules\node-sass npm ERR! command failed and other errors

  • Related