#I'm trying to use it in TRAE and I'm getting this error, what could it be?

5 messages · Page 1 of 1 (latest)

thorny relic
#

'env' is not recognized as an internal or external command,
operable program or batch file.

rough compassBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

thorny relic
#

I'm trying to use it in TRAE and I'm getting this error, what could it be?

#

I tried to install cross-env but still without success.

{
"mcpServers": {
"Firecrawl": {
"command": "env FIRECRAWL_API_KEY=deleted for post here npx -y firecrawl-mcp",
"args": [],
"env": {
"FIRECRAWL_API_KEY": "",
"FIRECRAWL_RETRY_MAX_ATTEMPTS": "3",
"FIRECRAWL_RETRY_INITIAL_DELAY": "1000",
"FIRECRAWL_RETRY_MAX_DELAY": "10000",
"FIRECRAWL_RETRY_BACKOFF_FACTOR": "2",
"FIRECRAWL_CREDIT_WARNING_THRESHOLD": "1000",
"FIRECRAWL_CREDIT_CRITICAL_THRESHOLD": "100"
}
}
}
}

dusk tangle
#

@thorny relic Are you on Windows?