internal/util.js:214
throw new errors.TypeError('ERR_INVALID_ARG_TYPE', 'original', 'function');
^
TypeError [ERR_INVALID_ARG_TYPE]: The "original" argument must be of type function
at promisify (internal/util.js:214:11)
at Object.<anonymous> (/rbd/pnpm-volume/74450be8-1f3c-4cba-9806-82f3e7a7e4ad/node_modules/.registry.npmjs.org/extract-zip/2.0.0/node_modules/extract-zip/index.js:11:18)
at Module._compile (module.js:653:30)
at Object.Module._extensions..js (module.js:664:10)
at Module.load (module.js:566:32)
at tryModuleLoad (module.js:506:12)
at Function.Module._load (module.js:498:3)
at Module.require (module.js:597:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/rbd/pnpm-volume/74450be8-1f3c-4cba-9806-82f3e7a7e4ad/node_modules/.registry.npmjs.org/puppeteer/3.2.0/node_modules/puppeteer/lib/BrowserFetcher.js:48:39)
The only packages I have installed is puppeteer and express. Is this a glitch error?