Flowise Frontend Crashes When Using Custom Package in Custom JS Function #2149
Unanswered
SUBASHPALVEL
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
I'm encountering an issue with Flowise. When I tried to use a custom package in a custom JS function, the frontend of Flowise crashed, and I was unable to run it. Has anyone experienced a similar issue or know how to resolve it?
Example:
const prompt = require( 'prompt-sync')();
function getData() {
const name = prompt( "What is your name?");
console . log( "Hello" , name ) ;
}
getData( );
Thanks in advance for any help or suggestions!
Beta Was this translation helpful? Give feedback.
All reactions