nodejs v16.13.2, shelljs@0.8.5, windows ```javascript import * as shell from 'shelljs' ``` Using shelljs in a JS Module (ES Module) results in a imported shell object with missing functions. Anyone has found a solution to use shelljs in a ES Module based project ?