Please support node 4
See original GitHub issueHey, I just cloned consolemock
and ran the check on node v4.0.0
and it was successful. Do you mind adding support for node 4? We want to use this module in lint-staged
for snapshot testing with jest. But we support node 4.2 and above and hence the request. If it is as simple as changing the engines.node
field in the package.json
and circle.yml
, I could make a PR if you’d prefer it.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:10 (10 by maintainers)
Top Results From Across the Web
yarn 1.12.1 break support for node 4 · Issue #6619 - GitHub
Do you want to request a feature or report a bug? ... What is the current behavior? ... If the current behavior is...
Read more >Node4 Support | Contact Us
Our expert team look forward to hearing from you. Contact the Node4 support team today & bring digital transformation to your business and...
Read more >npm WARN: npm does not support Node.js v12.4.0
What worked for me: if you try running this command "npm cache clean -f" and it doesn't work,. on your windows machine(mine is...
Read more >Node v4.0.0 (Current)
New to Node.js, we also have first-class support for ARM processors. ... Please see the list of notable changes in the v3.x, v2.x...
Read more >Red Hat build of Node.js Supported Configurations
Red Hat provides both production and development support for supported configurations with Red Hat OpenShift, Red Hat Enterprise Linux according ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks @ttmarek!
Array.prototype.fill
is not a problem:yarn run check
was successful. Is there anything else I would need to test?I’ll make a PR for this tomorrow 😄
Awesome, I’ll let you know. Great tips!