required older node version (should update node.js version?)
See original GitHub issueHi 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:
- Created 2 years ago
- Comments:7 (6 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
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 thehelpers
directory.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. 😃