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
this package could not be loaded into a non-babel, native esm node.js environment
this appears in the process log,
(node:6368) Warning: To load an ES module, set"type": "module"in the package.json or use the .mjs extension.
(Use `node --trace-warnings ...` to show where the warning was created)
/path/to/my/project/node_modules/cron-schedule/dist/cron-schedule.esm.min.js:1
The text was updated successfully, but these errors were encountered:
this package could not be loaded into a non-babel, native esm node.js environment
this appears in the process log,
The text was updated successfully, but these errors were encountered: