-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Failed to install using yarn on node 8 (mkdirp 1.0.3) #3412
Comments
I don't want to use --ignore-engines |
|
We dropped Node 8 support because it is not LTS anymore, not only codegen but also the dependencies don't support Node 8 anymore. If you still want to use with Node 8, you can use older versions. |
Why stop supporting if the program runs on version 8 and 6? For what ? Isn't it better to support the largest number of users? |
Dependencies of codegen stopped supporting Node 8 and below as well. Also Node 8 is too old for ES6+ features etc. You can read this for more details. I recommend you to update your Node. |
I can not update node version, because i using firebase cloud functions on node 8 (Node 10 in Beta and works worse ) |
@polRk for now please keep using a bit older versions and everything would be fine. I find it pretty bad that firebase cloud functions only support a Node version that is not maintained anymore. |
Failed to install using yarn on node 8
My firebase functions using node 8, and i can't install dependencies
The text was updated successfully, but these errors were encountered: