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.

required older node version (should update node.js version?)

See original GitHub issue

Hi there 👋

  • first i fork
  • then run below to clone from my github $ git clone https://github.com/miko-github/tiny-helpers.git
  • next, i use $ cd on tiny-helpers to change current directory
  • and run $ npm install
  • but this not work and show me error (i think, that need the update node.js? 🤔 )

Error message

<span style="background-color:#2E3436"><font color="#D3D7CF">npm</font></span> <span style="background-color:#2E3436"><font color="#CC0000">ERR!</font></span> <font color="#75507B">code</font> EBADENGINE
<span style="background-color:#2E3436"><font color="#D3D7CF">npm</font></span> <span style="background-color:#2E3436"><font color="#CC0000">ERR!</font></span> <font color="#75507B">engine</font> Unsupported engine
<span style="background-color:#2E3436"><font color="#D3D7CF">npm</font></span> <span style="background-color:#2E3436"><font color="#CC0000">ERR!</font></span> <font color="#75507B">engine</font> Not compatible with your version of node/npm: tiny-helpers@1.0.0
<span style="background-color:#2E3436"><font color="#D3D7CF">npm</font></span> <span style="background-color:#2E3436"><font color="#CC0000">ERR!</font></span> <font color="#75507B">notsup</font> Not compatible with your version of node/npm: tiny-helpers@1.0.0
<span style="background-color:#2E3436"><font color="#D3D7CF">npm</font></span> <span style="background-color:#2E3436"><font color="#CC0000">ERR!</font></span> <font color="#75507B">notsup</font> Required: {"node":"^12.14.0"}
<span style="background-color:#2E3436"><font color="#D3D7CF">npm</font></span> <span style="background-color:#2E3436"><font color="#CC0000">ERR!</font></span> <font color="#75507B">notsup</font> Actual:   {"npm":"7.9.0","node":"v14.16.0"}

<span style="background-color:#2E3436"><font color="#D3D7CF">npm</font></span> <span style="background-color:#2E3436"><font color="#CC0000">ERR!</font></span> A complete log of this run can be found in:
<span style="background-color:#2E3436"><font color="#D3D7CF">npm</font></span> <span style="background-color:#2E3436"><font color="#CC0000">ERR!</font></span>     /home/admin/.npm/_logs/2021-04-22T18_18_39_733Z-debug.log
  • i searching in google but not found anything, actually, are you can update node version for newer things! 🤗

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
stefanjudiscommented, Jun 23, 2022

I’ll update the nvmrc once Node 16 goes out of life. 😃

If you use a Node version manager, please use Node 16 or add a JSON file manually to the helpers directory.

2reactions
stefanjudiscommented, Apr 22, 2021

Updating it right away. 😃 Give me 5min. Thanks for pointing that out.

I’m closing here, now. Feel to reopen when it’s not running smoothly on node v14.6.

Edited: pushed. 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Upgrading Node.js to latest version - Stack Overflow
If you just need to upgrade your old version of Node.js to the latest one and don't need multiple versions, simply over-write your...
Read more >
How to Easily Update Node.js to the Latest Version
Another way of updating your Node.js on macOS and Windows is to go to the official download site and install the most recent...
Read more >
How To Update Node Versions Using Mac, Windows, and Linux
First, check your current version of Node by running the following command: node -v · Then run this command to install the latest...
Read more >
How to Update Node.js to Latest Version {Linux, Windows ...
Option 1: Update Node.js with NVM (Node Version Manager) · 1. Start by updating the package repository with the command: sudo apt update...
Read more >
How to Update Node and NPM to the Latest Version
How to Update Node · 1. Use NPM to Update Your Node Version · 2. Use NVM to Update Your Node Version ·...
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