gregnb / filemanager-webpack-plugin

Copy, move, archive (zip/tar/tar.gz), delete files and directories before and after Webpack builds. Win32/Mac/*Nix supported
MIT License
463 stars 34 forks source link

npm ERR! notsup Unsupported engine for filemanager-webpack-plugin@6.1.6: #109

Closed codingpierogi closed 3 years ago

codingpierogi commented 3 years ago

Config

Issue

Trying to upgrade from version 6.1.4 to 6.1.6 and I'm now receiving the Unsupported Engine error because I'm using npm 6. It seems weird that I would receive this error in a patch. Also, is there a specific reason for npm 7?

npm ERR! code ENOTSUP npm ERR! notsup Unsupported engine for filemanager-webpack-plugin@6.1.6: wanted: {"node":"^12.20.0 || ^14.13.1 || >=16.0.0","npm":">=7.20.0"} (current: {"node":"14.17.5","npm":"6.14.14"}) npm ERR! notsup Not compatible with your version of node/npm: filemanager-webpack-plugin@6.1.6 npm ERR! notsup Not compatible with your version of node/npm: filemanager-webpack-plugin@6.1.6 npm ERR! notsup Required: {"node":"^12.20.0 || ^14.13.1 || >=16.0.0","npm":">=7.20.0"} npm ERR! notsup Actual: {"npm":"6.14.14","node":"14.17.5"}

Your Environment

Tech Version
filemanager-plugin-webpack
node
OS
sibiraj-s commented 3 years ago

It was added for dev environment. Will fix that.

sibiraj-s commented 3 years ago

Fixed in v6.1.7