mastra build not working
mastra build command is failing with error, attached screenshot
below is my package.json
{
"name": "mastra",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "mastra dev",
"build": "mastra build"
},
"type": "module",
"engines": {
"node": ">=20.9.0"
},
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/node": "^24.0.14",
"mastra": "^0.16.0",
"tsx": "^4.20.6",
"typescript": "^5.8.3"
},
"dependencies": {
"@ai-sdk/azure": "^1.3.24",
"@ai-sdk/openai": "^1.3.23",
"@azure/ai-form-recognizer": "^5.1.0",
"@azure/identity": "^4.13.0",
"@mastra/core": "^0.21.0",
"@mastra/libsql": "^0.15.2",
"@mastra/loggers": "^0.10.16",
"@mastra/memory": "^0.15.7",
"langchain": "^0.3.35",
"zod": "^3.25.76"
}
}
let me know if anything else is required

2 Replies
📝 Created GitHub issue: https://github.com/mastra-ai/mastra/issues/8872
GitHub
[DISCORD:1427867927230681139] mastra build not working · Issue #88...
This issue was created from Discord post: https://discord.com/channels/1309558646228779139/1427867927230681139 mastra build command is failing with error, attached screenshot below is my package.js...
Stack Overflow
How to create a Minimal, Reproducible Example - Help Center
Stack Overflow | The World’s Largest Online Community for Developers