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.

Version 2.8.6 not found in node 0.10

See original GitHub issue

Actually I don’t care so much about node 0.10, but something is messed and wrong with that package.

In travis, highest version available is 2.8.1, so… Node 0.10 is dropped without semantic versioning or what? There’s no changelog too.

And finally, is there any quick fix for that? Which is latest version available for node 0.10. Because Im using commitizen in my latest packages from last two-three months, and builds are failing because such devDeps. In some cases in some packages I need and want to support node 0.10 for few more months.

In anyway, it’s not so big problem, cuz my travis configs “allow_failures” on 0.10, 0.12 and 4, and most builds pass, but in some of my packages I force all versions.

sudo: false
language: node_js

node_js:
  - "node"
  - "6"
  - "4"
  - "0.12"
  - "0.10"

notifications:
  email: false

after_success: npm run report-coverage

and my default config for most packages is

sudo: false
language: node_js

node_js:
  - "node"
  - "6"
  - "4"
  - "0.12"
  - "0.10"

matrix:
  fast_finish: true
  allow_failures:
    - node_js: "4"
    - node_js: "0.12"
    - node_js: "0.10"

notifications:
  email: false

after_success: npm run report-coverage

So, again, what version should I lock?


edit: travis failing with

The command "eval npm install " failed. Retrying, 2 of 3.
npm ERR! Linux 3.13.0-40-generic
npm ERR! argv "/home/travis/.nvm/v0.10.48/bin/node" "/home/travis/.nvm/v0.10.48/bin/npm" "install"
npm ERR! node v0.10.48
npm ERR! npm  v2.15.1
npm ERR! code ETARGET
npm ERR! notarget No compatible version found: commitizen@'>=2.8.6 <3.0.0'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","2.0.0","2.0.1","2.0.2","2.1.0","2.2.0","2.2.1","2.3.0","2.4.0","2.4.1","2.4.2","2.4.3","2.4.4","2.4.5","2.4.6","2.5.0","2.5.1","2.6.0","2.6.1","2.6.2","2.6.3","2.7.0","2.7.1","2.7.2","2.7.3","2.7.4","2.7.5","2.7.6","2.8.0","2.8.1"]

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
jimthedevcommented, Nov 4, 2016

You are correct. Node 0.10 support was dropped without a major version bump, which was a mistake and has been discussed in other issues. Again, my apologies for that miscommunication.

Now, let’s talk about Node.js 0.10. It has not been supported by commitizen for over a year. Also AWS lamda just retired it as well. Apologies if you’re stuck on it but node 7 is now out along with several LTS releases. I would accept PRs to fix commitizen in Node 0.10.

0reactions
jimthedevcommented, Dec 15, 2016

Great! Glad you found a fix.

Read more comments on GitHub >

github_iconTop Results From Across the Web

NPM warning: 'unsupported engine' - node.js - Stack Overflow
My environment is: NPM version: 8.1.2; Node.js version: 16.13.1. Which resulted in following warning:
Read more >
node-pre-gyp install --fallback-to-build · Issue #477 - GitHub
When installing sqlite3, npm fails on node-pre-gyp with error: ... I get a the same error (with a different Node.js version) when using...
Read more >
Previous Releases - Node.js
Version Date V8 npm NODE_MODULE_VERSION Node.js 19.3.0 2022‑12‑14 10.8.168.21 9.2.0 111 Downloads C... Node.js 19.2.0 2022‑11‑29 10.8.168.20 8.19.3 111 Downloads C... Node.js 19.1.0 2022‑11‑14 10.7.193.20 8.19.3...
Read more >
Npm install issues? - General - Node-RED Forum
Trying to move node red to a new rpi. Installed node red and tested OK copied over flows package,json etc and ran npm...
Read more >
Download RequireJS
Without the fix, it causes an error in Node 0.10/0.12. Newer versions of Node are not affected. 2.3.0. The way dependencies are found...
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