codelab icon indicating copy to clipboard operation
codelab copied to clipboard

grpc, a firebase dependency fails to install under node v12.x

Open antkiewicz opened this issue 6 years ago • 3 comments

Grpc, a dependency for Firebase will fail to install if user runs node v12.x or newer. Updated version of firebase 6.x and up supports newer versions of node. I would also recommend adding .nvmrc file to provide default/supported node version for environment configuration.

antkiewicz avatar Oct 25 '19 02:10 antkiewicz

Ah, cool, we're waiting for Angular/fire to get updated then

kirjs avatar Oct 25 '19 17:10 kirjs

+1 for .nvmrc

kirjs avatar Oct 25 '19 17:10 kirjs

Trying to install npm and it seems to hang up at this step for me as well...

npm WARN tarball tarball data for [email protected] (sha512-fmL+RFZ2Hrezy+X/5ZczQW51LUmvzfcqOurnkCIRFTyjdVjzR7JvENzI6+VKBJzJdPh6EYL4RoWl92b2Hrk9fw==) seems to be corrupted. Try ing one more time. [ ......] - extract: sill extract [email protected] extracted to C:\Users\multi\Desktop\codelab-master\node_modules.staging\grpc-95120a19 (1149313ms)

marvinrusinek avatar Nov 10 '19 01:11 marvinrusinek