Skip to main content
-1 votes
0 answers
13 views

I suppose, it a question about the middleware concept in Node.js and even in some other languages and frameworks, but AFAIK the narrowly specialized questions are welcome, so in my case there is the ...
Takeshi Tokugawa YD's user avatar
Advice
1 vote
2 replies
50 views

I'm developing the math engine for a high-volatility cascading slot game (similar to Megaways mechanics). As part of our global compliance and certification process, we need to run Monte Carlo ...
Elliot Branson's user avatar
0 votes
0 answers
22 views

Trying to create new foundation project on Windows, but it fails with errors: > foundation new ? What are you building today? A website (Foundation for Sites) ? What's the project called? (no ...
mpuputti's user avatar
Advice
0 votes
0 replies
30 views

i wanted to know if this code works on all pl;atforms and dosent prompt the user " const { execSync } = require("child_process"); const os = require("os"); const platform = os....
miki boii's user avatar
0 votes
0 answers
11 views

I’m trying to deploy a Node.js app on Back4App using a Docker container, but the deployment fails with a very vague error. Here’s what happens in the logs: 2026-02-21T01:18:49.361Z SYSTEM PREPARING ...
Prawin's user avatar
  • 1
-7 votes
0 answers
68 views

Saya sedang melakukan integrasi ke API gemini menggunakan Next.js dan Prisma. Ketika melakukan live audio, terjadi error seperti ini. apa maksud dari Error: [GoogleGenerativeAI Error]: Error ...
arc arc's user avatar
0 votes
0 answers
21 views

I’m using Electron + Vue + Vite in a pnpm workspace, and I’m stuck between two Prisma import errors. Environment Electron 28.x Prisma 5.22.0 @prisma/client 5.22.0 Vite + vite-plugin-electron pnpm ...
WWW's user avatar
  • 33
1 vote
0 answers
15 views

I'm having an issue with schema registration using zod in a Fastify application with Swagger. When I register a schema like this: export const USER_SCHEMA = z .object({ id: z.string(), email:...
Sergei Pechinov's user avatar
-5 votes
0 answers
628 views

I am installing the OpenClaw on my WSL. But it keeps printing the same error messages about npm. I even tried after updating my npm, but it doesn't work. I also asked Gemini this question, her answer ...
최찬표's user avatar
-4 votes
0 answers
46 views

(index):1 Access to XMLHttpRequest at 'http://localhost:5001/api/updateBookingStatus/12f33c2e-68b9-41bc-aa6b-86fa8b2d3e65' from origin 'http://localhost:5173' has been blocked by CORS policy: Method ...
Nerdy.Dev's user avatar
-2 votes
0 answers
46 views

Im making a Next.JS site, and I'm pretty new to it, but for some reason the Model Viewer on my site loads soo much faster on mobile. It can take 20 minutes for a model to load on my laptop, but it ...
David Kano Ikeda's user avatar
1 vote
1 answer
70 views
+200

I have a node server that is posting messages to an Azure Service Bus topic using the rhea client. The system reading the messages is a .NET console app using the AMQP.NET Lite library. Both clients ...
d512's user avatar
  • 34.5k
-4 votes
1 answer
65 views

I am trying to run next.js using npm run dev but I encounter following error: PS C:\Users\Shashwat\Desktop\Bookmark\smart-bookmark-app> npm run dev [email protected] dev next dev You are ...
Shashwat Shrivastava's user avatar
-3 votes
0 answers
39 views

I am trying to intall n8n on shared hosting. I created a new Node.js app and used source /home/xx/nodevenv/n8n/20/bin/activate && cd /home/xx/n8n to get into virtual environment. Then I ...
Volatil3's user avatar
  • 15.1k
0 votes
0 answers
38 views

I am trying to send emails using Nodemailer with my Hostinger Email account in a Node.js/Express application, but it is failing. The Problem: When I trigger the mail-sending function, I receive the ...
ashmakov's user avatar

15 30 50 per page
1
2 3 4 5
31357