import * as mongodbModule from \'mongodb\';
The above code is the standard es6 way to import mongodb in nodejs, doing it like so import mongodbModule f
import mongodbModule f