Flowise icon indicating copy to clipboard operation
Flowise copied to clipboard

[BUG] MODULE_NOT_FOUND : node_modules/openai/helpers/zod.js === since updating to 2.0.5

Open Sarahkunk opened this issue 1 year ago • 1 comments

Describe the bug Error on build time and run time :

[MODULE_NOT_FOUND] ModuleLoadError Plugin: flowise: [MODULE_NOT_FOUND] require failed to load /packages/server/dist/commands/start.js Cannot find module /node_modules/.pnpm/@[email protected][email protected][email protected]_4oakmayaajwtwwxwds3rutg7xa_/node_modules/openai/helpers/zod.js

module: @oclif/[email protected] task: toCached plugin: flowise root: /packages/server

More specifically I think this occurred after the commit number d5153c384076d889ed6b70a0d1db6b51a2d472b2 but I haven't rolled back commits yet to pinpoint the exact commit. Any help would be really appreciated, thanksss

Sarahkunk avatar Aug 23 '24 16:08 Sarahkunk

is a clean install and fresh build works?

pnpm i
pnpm clean
pnpm build-force

HenryHengZJ avatar Aug 27 '24 17:08 HenryHengZJ

I am getting the same error with pnpm and docker both.

sagar-jani avatar Oct 11 '24 04:10 sagar-jani