move-file only supports node >= 10.17
See original GitHub issueHi,
move-file
is breaking dependencies upstream because it required node 10.17.
While other packages believe they only need node 10.x
For example: https://github.com/npm/cacache/issues/37 https://github.com/webpack-contrib/compression-webpack-plugin/issues/165
Does this package really need node 10.17? A quick glance as the code looks like it would work on all 10.x versions of node?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:9 (4 by maintainers)
Top Results From Across the Web
[BUG] Dependency move-file only supports node >= 10.17 #37
I can't upgrade a package depending of this package since I was using the same version of node (1.16.1) that the server uses,...
Read more >Deploy to Heroku failed. move-file incompatible with node ...
I am struggling to deploy a new rails 6 app to heroku. It runs fine on my local. During the deployment process I...
Read more >How To Work with Files using the fs Module in Node.js
In your Node. js module, you'll create a function called moveFile() that calls the rename() function. When using the rename() function, you ...
Read more >node - Official Image | Docker Hub
Node.js is a JavaScript-based platform for server-side and networking applications.
Read more >fs-extra - npm
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
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 Free
Top 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
This issue is also affecting
copy-webpack-plugin
Closing as this package now targets Node.js 12, so this is no longer relevant.
https://github.com/sindresorhus/move-file/releases/tag/v3.0.0