Closed
Description
Problem description
gRPC couldn't initialize due to the missing 'http2' module.
Reproduction steps
- Use of package
firebase-admin
in React App, bootstrapped withcreate-react-app
- Follow steps from Google Firebase Admin Documentation
- Start the React App using
yarn start
ornpm start
Environment
- Linux Ubuntu 18.04 amd64
- Node version 10.11.0
- npm
Error message
Failed Compiling
./node_modules/@grpc/grpc-js/build/src/channel.js
Module not found: Can't resolve 'http2' in '/home/.../project1/node_modules/@grpc/grpc-js/build/src'