TypeError: Cannot read property 'INTERNAL' of undefined #1422
Unanswered
mukarram-rt
asked this question in
Q&A
Replies: 1 comment
-
You should probably file a bug report at https://github.com/firebase/firebase-tools |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I had a perfectly running build pipeline on
Cloud Build
and it builds the app by installing dependencies on the spot. I think the new release of this package orfirebase-tools
package has broken it. I am getting the following error now:Now:
On my local machine, The build process was working fine as I have dependencies previously installed. I removed the
node_modules
andyarn.lock
file and install the dependencies again and now I am facing the same issue on my local machine too.Beta Was this translation helpful? Give feedback.
All reactions