#1071·shelljs

using shelljs in a JS Module is broken.

Author: mathertelCreated Jan 25, 2022Updated Feb 20, 2025
Labelsfeaturehelp wantedes6

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