minty icon indicating copy to clipboard operation
minty copied to clipboard

Error: Cannot find module 'fs/promises'

Open pelayomendez opened this issue 3 years ago • 0 comments

Fixes issue #22

Updated module imports

  • src/deploy.js Updated fs promises import for Node 12+

  • src/index.js Removed unused promises import

  • src/minty.js Updated fs promises import for Node12+

pelayomendez avatar Jul 16 '21 08:07 pelayomendez