Bump minimum `node` version.
See original GitHub issueIf you bump the minimum node
version to at least 4.0.0
, you can drop the dependency on os-tmpdir
. I can write a PR for this if you would like.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6
Top Results From Across the Web
feat!: bump minimum node version to 14.18.0 by bluwy ...
Ref #8309 (comment), that fs.rmSync requires node 14.14. node: protocols with require() requires `node 14.18. Ref https://twitter.com/ ...
Read more >How To Automatically Bump NPM Package Version
You can add a simple script in our package.json file to automatically bump the version and then publish the package. Add the following...
Read more >Specifiy minimum node and npm version in package.json
I'd be tempted to actually recommend that we bump up our minimum supported NodeJS version to v4. x LTS per the LTS announcment,...
Read more >Upgrade Guide
The minimum Node.js version has been bumped from 12.0.0 to 12.22.0 which is the first version of Node.js with native ES Modules support....
Read more >Download & Update Node.js to the Latest Version! ...
Direct download links to update to the latest Node.js versions: Node ... deps: bump minimum ICU version to 68; deps: update ICU to...
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 for myself would be glad to drop support for node versions older than 4.0.0. However, I do not know if there are people out there still using it with node versions <4.0.0. Perhaps @raszi can direct us.
In any way, getting rid of older node versions is definitely worth a major version bump, say 1.0.0? #75
Since we no longer support node <6, I am closing this as done.