Internal error, not sure where from

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?

Please, give code your command or function.

I’m away from my pc rn but it is a remix of puppeteer-example with no code changes

Well, there are no mistakes without changes.

I dunno, the editor has been acting funny for me. Maybe it’s a glitch bug

If possible, have you tried testing this locally or on another platform?

I think this may be a glitch error because of the other report of this.

yeah it doesnt error anymore but puppeteer isnt working, i decided to switch to phantom.

1 Like