前提・実現したいこと
expoを用い、react-nativeの開発をし始めるにあたり、npm installを実行した時にエラーが起こったため、解決方法を教えていただきたいと思い投稿させていただきました。
そもそもnpm warnはエラーであり、それに対して何か対処すべきなのかどうかが分かりませんでした。
発生している問題・エラーメッセージ
npm WARN react-google-maps@9.4.5 requires a peer of @types/googlemaps@^3.0.0 but none is installed. You must install peer dependencies yourself. npm WARN react-google-maps@9.4.5 requires a peer of @types/markerclustererplus@^2.1.29 but none is installed. You must install peer dependencies yourself. npm WARN react-google-maps@9.4.5 requires a peer of @types/react@^15.0.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself. npm WARN react-native-reanimated@1.0.1 requires a peer of react@16.0.0-alpha.6 but none is installed. You must install peer dependencies yourself. npm WARN react-native-reanimated@1.0.1 requires a peer of react-native@^0.44.1 but none is installed. You must install peer dependencies yourself. audited 38952 packages in 7.164s found 11 low severity vulnerabilities run `npm audit fix` to fix them, or `npm audit` for details
補足情報(FW/ツールのバージョンなど)
エディタ:atom
npm -v 6.9.0
node -v 11.10.0
expo-cli
回答1件
あなたの回答
tips
プレビュー