I have created a small .js file with this lines of code
// test.js
const JDBC = require('jdbc');
console.log('should end')
If I execute this code, the execution of this program will last forever

However, if I comment/remove the line where I require jdbc library, the program ends correctly.
Platform: Windows 11
node version: v14.19.1
