Hojun In
Hojun In

Reputation: 11

using npm to install expo-cli --global to react setting, error occurs

....

npm WARN @pmmmwh/[email protected] requires a peer of react-refresh@^0.8.2 but none is installed. You must install peer dependencies yourself.

am i have to install another package peer to react-refresh ?

Upvotes: 1

Views: 713

Answers (1)

sudhir kumar
sudhir kumar

Reputation: 21

Try to run this command : npm install -D @pmmmwh/react-refresh-webpack-plugin react-refresh

Upvotes: 2

Related Questions