We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
When I installed composio-core module globally, then commanded composio login,
composio login
terminal returns "https://app.composio.dev?cliKey=<MY_CLI_KEY>`
and then shows inquirer.prompt is not a function error.
inquirer.prompt is not a function
I think it's not working well.
because 'composio whoami' command shows 'You are not authenticated. Please run composio login to authenticate.'
The text was updated successfully, but these errors were encountered:
and my composio-core version is 0.1.0
Sorry, something went wrong.
@joshephan Please update the composio version, the latest version of Composio TS SDK is 0.5.3. Link - https://www.npmjs.com/package/composio-core
Let me know if you have any issues.
I am getting the same error. Using "composio-core": "^0.5.4",. Tried this in both Windows (with PowerShell) and Mac. Same error for each.
"composio-core": "^0.5.4",
@joshdura This has been fixed in the latest version. Can you please check?
No branches or pull requests
Hi
When I installed composio-core module globally, then commanded
composio login
,terminal returns "https://app.composio.dev?cliKey=<MY_CLI_KEY>`
and then shows
inquirer.prompt is not a function
error.I think it's not working well.
because 'composio whoami' command shows 'You are not authenticated. Please run
composio login
to authenticate.'The text was updated successfully, but these errors were encountered: