cmatsuoka / figlet

Claudio's FIGlet tree
http://www.figlet.org
BSD 3-Clause "New" or "Revised" License
1.33k stars 127 forks source link

next is not a function #17

Closed 0x41c closed 4 years ago

0x41c commented 4 years ago

So... I was using figlet and it crashes every time...


Uncaught Exception:  TypeError: next is not a function
    at ./node_modules/figlet/lib/figlet.js:707:24
    at ReadFileContext.callback (./node_modules/figlet/lib/node-figlet.js:25:20)
    at FSReqCallback.readFileAfterOpen [as oncomplete] (fs.js:257:13)

I was using:


const figlet = require('figlet')
   console.log( figlet.text('Dust!', {
                 font: 'Font Fire-k',
                 horizontalLayout: 'full',
                 verticalLayout: 'full'
    }))