nfl / react-helmet

A document head manager for React
MIT License
17.28k stars 657 forks source link

Many issues when I try to install react-helmet@6.1.0 #643

Open AhmedAymanBfcai opened 3 years ago

AhmedAymanBfcai commented 3 years ago

I use react@17.0.2, react-helmet@6.1.0, windows@10 And when I try to install react-helmet from npm many issues happen, And when I run (npm audit fix --force) It doesnot work with my meta component and cause syntax error in the home screen.

Anyone can help?*

Kurt-von-Laven commented 3 years ago

Please use Stack Overflow or another website for requests for help, and provide more detail when you do about what issues you encounter. It's very inefficient to assist in troubleshooting a problem without being able to see the pertinent error output. Issue trackers are for perceived bugs with the tool itself and not the correct forum for general questions.

sam1code commented 2 years ago

Do a simple thing uninstall node and then reinstall node as well as yarn and install react-helmet with yarn add react-helmet. I fixed those problems with this. also, you can do by npm audit fix --force