'React Router Set Up in VS Code
I am learning React Js and the IDE I am using is VS Code. I am not able to install the react router dom using the command npm install react-router dom. Whenever I type npm install react-router-dom I get the message. react-router is not getting installed.
Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved.
up to date, audited 1407 packages in 4s
169 packages are looking for funding
run `npm fund for details
8 moderate severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit for details.
Solution 1:[1]
Try npm install react-router-dom
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | MAP |
