please-upgrade-node icon indicating copy to clipboard operation
please-upgrade-node copied to clipboard

:information_desk_person: Show a message to your users to upgrade Node instead of a stacktrace

Results 12 please-upgrade-node issues
Sort by recently updated
recently updated
newest added

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

i use NVM nvm use 10.0.0 (my default is 8.0.0) process.verison is return 8.0.0 i can just set deffrent default version in deffrent project it is too complicated

I'd like to suggest that instead of calling `process.exit()`, we throw an `Error`. As described in [node's documentation for `process.exit()`](https://nodejs.org/api/process.html#process_process_exit_code), using this method is problematic because it disrupts all asynchronous...

Fixes #37 - Replace abandoned dependency `semver-compare` with `semver` - `[email protected]` is last version without nodejs version restriction - Support any version spec, not just single simple `>=X`. - Add...

### Example scenario: - user on Node.js v10.24.1 - package `foo`: `engines.node`=`>10` The field can be any valid [semver range](https://devhints.io/semver). ### Expected behavior: error: ``` foo requires at least version...

👋 Hello first time contributor here, This PR attempts to resolve #20 by throwing an error when a user needs to upgrade a node version. This will allow callers to...