エラー

React

Module not found: Error: Can’t resolve ‘@stripe/react-stripe-js’

npm install @stripe/react-stripe-js @stripe/stripe-js

ディレクトリ内の全てのファイルを対象に、特定の文字列があるか調べる

Ctrl + Shift + F

npm error While resolving: connected-react-router@6.9.3
npm error Found: history@5.3.0
npm error node_modules/history
npm error history@”^5.3.0″ from the root project
npm error npm error Could not resolve dependency:
npm error peer history@”^4.7.2″ from connected-react-router@6.9.3

connected-react-router@6.9.3 が history@4.x を必要としているのに、history@5.3.0 がインストールされているために発生しています

BACK