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.

move-file only supports node >= 10.17

See original GitHub issue

Hi,

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:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
deviantferocommented, May 22, 2020

This issue is also affecting copy-webpack-plugin

0reactions
sindresorhuscommented, Aug 12, 2021

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

Read more comments on GitHub >

github_iconTop 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 >

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