import pTimeout, { TimeoutError } from 'p-timeout';
^^^^^^^^^^^^
SyntaxError: The requested module 'p-timeout' is expected to be of type CommonJS, which does not support named exports. CommonJS modules can be imported by importing the default export.
For example:
import pkg from 'p-timeout';
const { TimeoutError } = pkg;
I'm using it in a router file, NodeJS