Open gantonioid opened 2 years ago
I'm working around this by removing the link to @google-cloud
(npm v8):
# predeploy.sh
if [ -z "$CI_ENVIRONMENT_NAME" ]; then
# WORKAROUND for https://github.com/Jblew/firebase-functions-rate-limiter/issues/42
rm -rf functions/node_modules/firebase-functions-rate-limiter/node_modules/@google-cloud/
npm run build --prefix functions;
fi
My PR must fix it: https://github.com/Jblew/firebase-functions-rate-limiter/pull/43
But the maintainer has not answered yet =(
Description
Trying to add the package in my project, I'm getting build errors
To Reproduce
npm run build
Environment
Expected Behavior
A successful build
Screenshots
Additional context