question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Please support node 4

See original GitHub issue

Hey, 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:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

3reactions
sudo-suhascommented, Sep 6, 2017

Thanks @ttmarek!

Array.prototype.fill is not a problem:

λ node
> process.versions.node
'4.0.0'
> [1, 2, 3].fill(1)
[ 1, 1, 1 ]

Could you run a check to make sure nested groups work

yarn run check was successful. Is there anything else I would need to test?

And YES! I would love to accept a PR. 💯 🥇

I’ll make a PR for this tomorrow 😄

1reaction
ttmarekcommented, Sep 8, 2017

Awesome, I’ll let you know. Great tips!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found