You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sandhog now targets ESM by default. It generates a CommonJS build too for direct API usage, but the CLI will be using ES modules.
Because of this change, the minimum accepted Node.js version has been updated to v14.19.0. Please ensure you're running a compatible version of Node.js