Open chrissyast opened 4 years ago
MacOS 10.15.1
npm install mddir -g
cd
mddir
/usr/local/lib/node_modules/mddir/src/mddir.js:25 if (err) return done(err); ^ ReferenceError: done is not defined at /usr/local/lib/node_modules/mddir/src/mddir.js:25:14 at FSReqCallback.oncomplete (fs.js:146:23)
Followed this, still get the same
This is an error that shows when you throw an invalid folder. Try mddir . to see what happens. Is there any file or folder inside root?
mddir .
System info
MacOS 10.15.1
What I've done
npm install mddir -g
cd
to folder I want to viewmddir
Result
Followed this, still get the same