-
Notifications
You must be signed in to change notification settings - Fork 115
Cannot install functions emulator #267
Comments
+1 |
I ran into a similar issue when using yarn, a temporary workaround is to include the |
Same here for node v9.11.2 via nvm and firebase 4.1.0. This problem seems to prevent me from using |
That's really strange that such an important part of Functions development is depending on such old version of Node :( Apparently, the emulator can run even under node 10.4.1 that I do have installed, so why not just remove the constraint from package.json? Using |
Any news on this? I'm using Node 8 and have to add |
Not to take away someone else's credit but... I believe this to be fixed as of 098e253! Until it have been released though, you can also do |
That doesn't fix the install constraint. Thanks for the .yarnrc trick though. |
Version info
Platform Information
OS X
Steps to reproduce
I've got Node 8 installed, and my functions use Node 8 features.
Expected behavior
It installs.
Actual behavior
The text was updated successfully, but these errors were encountered: