the-road-to-react-with-firebase / react-firebase-authentication

🔥 Boilerplate Project for Authentication with Firebase in React.
https://www.robinwieruch.de
1.01k stars 296 forks source link

These dependencies were not found #30

Closed mikenieva closed 5 years ago

mikenieva commented 5 years ago

I tried to run the project but it doesn't work. I looked for the dependencies but I am not sure if those are the right ones.

``

To install them, you can run: npm install --save core-js/features/array/find core-js/features/array/find-index core-js/features/object/assign core-js/features/string/repeat core-js/features/string/starts-with core-js/features/symbol core-js/features/symbol/iterator error ✖ 「wdm」: ERROR in ./node_modules/@firebase/polyfill/dist/index.esm.js Module not found: Error: Can't resolve 'core-js/features/array/find' in '/Users/mikenieva/Web/prueba-gatsby/react-gatsby-firebase-authentication/node_modules/@firebase/polyfill/dist' @ ./node_modules/@firebase/polyfill/dist/index.esm.js 3:0-37 @ ./node_modules/firebase/app/dist/index.cjs.js @ ./src/components/layout.js @ ./src/pages/account.js @ ./.cache/sync-requires.js @ ./.cache/app.js @ multi event-source-polyfill (webpack)-hot-middleware/client.js?path=/__webpack_hmr&reload=true&overlay=false ./.cache/app

ERROR in ./node_modules/@firebase/polyfill/dist/index.esm.js Module not found: Error: Can't resolve 'core-js/features/array/find-index' in '/Users/mikenieva/Web/prueba-gatsby/react-gatsby-firebase-authentication/node_modules/@firebase/polyfill/dist' @ ./node_modules/@firebase/polyfill/dist/index.esm.js 4:0-43 @ ./node_modules/firebase/app/dist/index.cjs.js @ ./src/components/layout.js @ ./src/pages/account.js @ ./.cache/sync-requires.js @ ./.cache/app.js @ multi event-source-polyfill (webpack)-hot-middleware/client.js?path=/__webpack_hmr&reload=true&overlay=false ./.cache/app

ERROR in ./node_modules/@firebase/polyfill/dist/index.esm.js Module not found: Error: Can't resolve 'core-js/features/object/assign' in '/Users/mikenieva/Web/prueba-gatsby/react-gatsby-firebase-authentication/node_modules/@firebase/polyfill/dist' @ ./node_modules/@firebase/polyfill/dist/index.esm.js 5:0-40 @ ./node_modules/firebase/app/dist/index.cjs.js @ ./src/components/layout.js @ ./src/pages/account.js @ ./.cache/sync-requires.js @ ./.cache/app.js @ multi event-source-polyfill (webpack)-hot-middleware/client.js?path=/__webpack_hmr&reload=true&overlay=false ./.cache/app

ERROR in ./node_modules/@firebase/polyfill/dist/index.esm.js Module not found: Error: Can't resolve 'core-js/features/string/repeat' in '/Users/mikenieva/Web/prueba-gatsby/react-gatsby-firebase-authentication/node_modules/@firebase/polyfill/dist' @ ./node_modules/@firebase/polyfill/dist/index.esm.js 7:0-40 @ ./node_modules/firebase/app/dist/index.cjs.js @ ./src/components/layout.js @ ./src/pages/account.js @ ./.cache/sync-requires.js @ ./.cache/app.js @ multi event-source-polyfill (webpack)-hot-middleware/client.js?path=/__webpack_hmr&reload=true&overlay=false ./.cache/app

ERROR in ./node_modules/@firebase/polyfill/dist/index.esm.js Module not found: Error: Can't resolve 'core-js/features/string/starts-with' in '/Users/mikenieva/Web/prueba-gatsby/react-gatsby-firebase-authentication/node_modules/@firebase/polyfill/dist' @ ./node_modules/@firebase/polyfill/dist/index.esm.js 6:0-45 @ ./node_modules/firebase/app/dist/index.cjs.js @ ./src/components/layout.js @ ./src/pages/account.js @ ./.cache/sync-requires.js @ ./.cache/app.js @ multi event-source-polyfill (webpack)-hot-middleware/client.js?path=/__webpack_hmr&reload=true&overlay=false ./.cache/app

ERROR in ./node_modules/@firebase/polyfill/dist/index.esm.js Module not found: Error: Can't resolve 'core-js/features/symbol' in '/Users/mikenieva/Web/prueba-gatsby/react-gatsby-firebase-authentication/node_modules/@firebase/polyfill/dist' @ ./node_modules/@firebase/polyfill/dist/index.esm.js 8:0-33 @ ./node_modules/firebase/app/dist/index.cjs.js @ ./src/components/layout.js @ ./src/pages/account.js @ ./.cache/sync-requires.js @ ./.cache/app.js @ multi event-source-polyfill (webpack)-hot-middleware/client.js?path=/__webpack_hmr&reload=true&overlay=false ./.cache/app

ERROR in ./node_modules/@firebase/polyfill/dist/index.esm.js Module not found: Error: Can't resolve 'core-js/features/symbol/iterator' in '/Users/mikenieva/Web/prueba-gatsby/react-gatsby-firebase-authentication/node_modules/@firebase/polyfill/dist' @ ./node_modules/@firebase/polyfill/dist/index.esm.js 9:0-42 @ ./node_modules/firebase/app/dist/index.cjs.js @ ./src/components/layout.js @ ./src/pages/account.js @ ./.cache/sync-requires.js @ ./.cache/app.js @ multi event-source-polyfill (webpack)-hot-middleware/client.js?path=/__webpack_hmr&reload=true&overlay=false ./.cache/app ``

mikenieva commented 5 years ago

Sorry. This issue goes to Gatsby Firebase React.