stefanjudis / tiny-helpers

A collection of useful online web development tools

Home Page:https://tiny-helpers.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mikoloism opened this issue Β· comments

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

npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: tiny-helpers@1.0.0
npm ERR! notsup Not compatible with your version of node/npm: tiny-helpers@1.0.0
npm ERR! notsup Required: {"node":"^12.14.0"}
npm ERR! notsup Actual:   {"npm":"7.9.0","node":"v14.16.0"}

npm ERR! A complete log of this run can be found in:
npm ERR!     /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! πŸ€—

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. :)

thank you ❀️

I've just received a similar message following the same steps Miko listed above.

npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: tiny-helpers@1.0.0
npm ERR! notsup Not compatible with your version of node/npm: tiny-helpers@1.0.0
npm ERR! notsup Required: {"node":"^14.16.0"}
npm ERR! notsup Actual:   {"npm":"7.24.0","node":"v16.10.0"}

Shoot... It's update time again. You're on node 16. Will update if I find a moment or could you update the nvmrc?

I just submitted a pull request changing the nvmrc to 16.10. Thanks!

commented

Just went through the contibuting sequence and got a similar error:

npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: tiny-helpers@1.0.0
npm ERR! notsup Not compatible with your version of node/npm: tiny-helpers@1.0.0
npm ERR! notsup Required: {"node":"^16"}
npm ERR! notsup Actual:   {"npm":"8.5.5","node":"v17.2.0"}

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.