FileSaver.js icon indicating copy to clipboard operation
FileSaver.js copied to clipboard

Deprecation warnings on installation

Open tbechtum opened this issue 3 years ago • 0 comments

Hi to everybody,

would like to use file-saver about I am worried about the deprecation warnings and that npm v8 is there since last week which requires node js v12 and later and on medium term we will have to move to v14.

  1. Are you addressing these fsevents and chokidar issues already and when there will be new version ?
  2. Insecure binaries : do you have more information about this ? Could that harm my project ?

Using npm version 7.24.2 and node v12.22.3 : npm i file-saver npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.

tbechtum avatar Oct 11 '21 10:10 tbechtum