Solving the Node.js console.time is not a function error – LogRocket Blog
The console.time is not a function error is one of the common errors you will encounter in JavaScript and Node. It is a TypeError and its error message usually takes the following forms: console.time is not a function console.time(...) is...