'console.log error "ERROR [ExceptionsHandler] Cannot read property 'log' of undefined"

i am new on Nestjs and javascript. I got an error just becauseof printing a text line by console.log()

const my_text ="123"
console.log(my_text)

enter image description here



Solution 1:[1]

check your imports

import console from 'console'; - remove this line

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 benderalex5