简体   繁体   中英

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.

Try npm install react-router-dom

I tried npm audit fix --force.. but it doesn't work instead it shows the same message again..

10 high severity vulnerabilities

To address all issues (including breaking changes), run: npm audit fix --force

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM