-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SyntaxError: Unexpected end of JSON input #11
Comments
I am facing the same error exactly. Did you manage to fix it ? |
I Managed to fix this by just typing "firebase" in the console within the exe file, you guys should try that. |
It'll them download all necessary files to run |
Yes, this works for me, thanks! I typed "firebase" in the console that popped-up while installing via exe |
|
Hi, when I use the exe file and run it for the first time it gives out the following error below:
###############
~ Let's make sure your Firebase CLI is ready...
undefined:1
SyntaxError: Unexpected end of JSON input
at JSON.parse ()
at ChildProcess.checkSpawn.on (C:\snapshot\firepit\welcome.js:82:27)
at ChildProcess.emit (events.js:182:13)
at maybeClose (internal/child_process.js:961:16)
at Socket.stream.socket.on (internal/child_process.js:380:11)
at Socket.emit (events.js:182:13)
at Pipe._handle.close [as _onclose] (net.js:595:12)
###########
Any advice how to fix this error?
The text was updated successfully, but these errors were encountered: