nodejs v16.13.2, [email protected], windows
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 ?