-
Notifications
You must be signed in to change notification settings - Fork 7
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
bug(update): realFavicon doesn't work after upgrade Node.js to version 12 #46
Comments
Thank you for the comprehensive report! Looking for known issues, I'm finding problems with Gulp (eg. gulpjs/gulp#2324)... which is not what you are using, you are on Grunt. Yet, it's hard not to think about broken stuff that should be fixed by Grunt itself. I see you are using Grunt 1.0.4, which is two months old. Node 12 is more recent. Maybe this issue should be reported to the Grunt team itself? |
Type: Clarify
I use 43 Grunt packages for my project; solely realFavicon doesn't work after upgrade Node.js to version 12. So I post an issue here. But if you are sure, that problem in Grunt, not in realFavicon, I will move this issue to Grunt issue tracker. Thanks. |
The problem still reproduce for Node.js 12.4.0. Thanks. |
Node.js contributor answer:
Thanks. |
So it could be solved by #48, since that removes the unzip2 dependency. |
Yes, just update depndencies "rfg-api" to "0.5.0" as https://github.com/RealFaviconGenerator/grunt-real-favicon/pull/48 works well. |
Status: CONFIRMED ✔️ The problem solved for me, now grunt-real-favicon successfully works in my environment. Environment
Thanks, @Jako. |
1. Summary
I upgrade Node.js to version 12 → I get bug.
For Node.js 11 grunt-real-favicon successful works for me.
2. Environment
Operation system:
Node.js:
grunt-cli 1.2.0
grunt 1.0.4
grunt-real-favicon 0.2.3
3. Files
See KiraRealFavicon branch of my debugging repository:
travis.yml
:Gruntfile.coffee
(copy from RealFaviconGenerator):4. Expected behavior
If Node.js = 11.15.0:
5. Non-expected behavior
Else Node.js = 12.2.0:
I get a bug:
Thanks.
The text was updated successfully, but these errors were encountered: