Luis Gregson
07/26/2019, 3:30 PMprisma export
with version 1.33.0
and getting the following error:
> 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?Harshit
07/26/2019, 3:33 PMnode_modules
folder and installing your dependencies again. Then try this.
Error message suggest you are missing some dependenciesLuis Gregson
07/26/2019, 3:33 PMLuis Gregson
07/26/2019, 3:34 PMpackage.lock
if that helps?Harshit
07/26/2019, 3:34 PMHarshit
07/26/2019, 3:35 PM