CodingButter-LLC / directus-migrator

A cli tool for migrating directus environments
MIT License
54 stars 14 forks source link

ES Module #17

Open hauzdigital opened 10 months ago

hauzdigital commented 10 months ago

Trying to use directus-migrator into Digital Ocean App, through the console, after installs, config and firing the script, I get the follow error:

image

svex99 commented 9 months ago

Same error here, you can update your package.json to run the command, change the type from module to commonjs.

I did this and the script ran, but it didn't migrate any flow, not sure if it is related to this issue, please let me know if it works for you.

My command was npx directus-migrator -s dev -t prod --flows and I ran it in the root of a SvelteKit project.