Hey :wave: Trying to run `prisma export` with vers...
# orm-help
l
Hey 👋 Trying to run
prisma export
with version
1.33.0
and getting the following error:
Copy code
> prisma export --path ./backup/prisma-data.zip

 â–¸    Error parsing plugin /Users/luisgregson/workspace/airpay-services/node_modules/prisma/node_modules/prisma-cli-core

 â–¸    'MODULE_NOT_FOUND': Cannot find module 'union-value'

 â–¸    Error parsing plugin /Users/luisgregson/workspace/airpay-services/node_modules/prisma/node_modules/prisma-cli-core

 â–¸    'MODULE_NOT_FOUND': Cannot find module 'union-value'

 â–¸    Error parsing plugin /Users/luisgregson/workspace/airpay-services/node_modules/prisma/node_modules/prisma-cli-core

 â–¸    'MODULE_NOT_FOUND': Cannot find module 'union-value'

 â–¸    export is not a prisma command.
 â–¸    Perhaps you meant help
 â–¸    Run prisma help for a list of available commands.
Anyone else getting this?
h
Can you please try removing your
node_modules
folder and installing your dependencies again. Then try this. Error message suggest you are missing some dependencies
l
sadly i've tried that and it's still the same 😞
I can post my
package.lock
if that helps?
h
yes removing lock file as well for the install. Never seen this before
after installing check whether node_modules/union-value exists or not