You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
etcd3 has @grpc/grpc-js as a dependency. When etcd3 has been added as a dependency and used in a react application and ran npm start I'm getting the error mentioned in title
node version: 16.13.2
http2 declared here doesn't seem to be working
Although I see that grpc-js package.json has @types/node as a dependency in which http2 module is exported, it seem to not pick it up (assuming it has to pick from here. Correct if not)
Need help with resolving this issue
TIA
The text was updated successfully, but these errors were encountered:
etcd3 has @grpc/grpc-js as a dependency. When etcd3 has been added as a dependency and used in a react application and ran
npm start
I'm getting the error mentioned in titlenode version: 16.13.2
http2 declared here doesn't seem to be working
Although I see that grpc-js package.json has
@types/node
as a dependency in whichhttp2
module is exported, it seem to not pick it up (assuming it has to pick from here. Correct if not)Need help with resolving this issue
TIA
The text was updated successfully, but these errors were encountered: