470,745 questions
- Bountied 1
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
6
views
Can AbortController be used with Fetch Post requests without automatically triggering a close event?
Question: Is it possible to use AbortController with POST requests without immediately triggering a 'close' event on the server? If not is there a more appropriate tool / method to cancel post ...
-1
votes
1
answer
32
views
How to detect or mitigate wall-clock time jumps when validating offline software licenses?
I’m implementing an offline license validation mechanism in a desktop/server application.
The license has an expiration date and must continue to work without any online checks.
The problem I’m facing ...
-1
votes
1
answer
29
views
TypeScript + Node + Nodemon: Cannot find module when importing TS file using ts-node
I’m trying to run a Node backend written in TypeScript on Windows using ts-node and nodemon, but I keep getting module resolution errors. how can i setup ts-node + nodemon on windows to correctly ...
-4
votes
0
answers
32
views
How to architect a web app that queues and executes browser automation jobs? [closed]
I'm building a full stack application where users can trigger browser automation tasks (web scraping, form filling, data extraction) from a web UI.
Requirements:
Users submit automation jobs via a ...
1
vote
1
answer
29
views
InquirerJS Not Listing Options
I've been working on a project that uses Inquirer recently and have been trying to get the list prompt type to work. I've tried multiple things, but even the simplest version seems to fail.
What am I ...
0
votes
0
answers
14
views
Electron crash due to libusb conflict between yoctolib-cjs and other USB libraries
I am developing a Windows Electron application and I suspect a USB / libusb conflict between the usb library and Yoctopuce’s JavaScript API (yoctolib-cjs/yocto_api).
When both are used in the same ...
0
votes
0
answers
20
views
Vercel Deployment Error: "libonnxruntime.so.1: cannot open shared object file" with @huggingface/transformers in Next.js
I am building a Next.js (App Router) application that uses @huggingface/transformers (Transformers.js) to run a feature-extraction model (Xenova/all-MiniLM-L6-v2) for RAG functionality.
The ...
-3
votes
1
answer
42
views
Prisma "no exported member" Error: Local and Codespaces [closed]
I'm getting this same error when trying to use Prisma. I haven't even got very far just trying to set up a seed file. Here's my package.json.
Local:
CodeSpace:
Now it's just not finding the ...
1
vote
3
answers
67
views
TypeScript says module not found for @polymarket/clob-client even though it is installed and in node modules
I have installed @polymarket/clob-client and it is in my node_modules but typescript still says the module is not found when i try to use it
This is index.ts
`
import {ethers} from "ethers";
...
Best practices
0
votes
1
replies
37
views
Best approach to dockerize Nodejs Backend with API endpoint and scheduler
The API endpoint is using the Express.js package while the scheduler is using the bree.js.
The previous approach is to wrap the scheduler starting program into a function and start the scheduler when ...
Best practices
0
votes
3
replies
59
views
what is a basic skeleton for creating a website using HTML, CSS, TSX with Tanstack wireframe?
I need non-inline code in HTML, CSS, JS, Node.js, TSX, and a Tanstack wireframe.
I also need to know how to insert my logo so that it is responsive for many devices.
Please be kind, I'm starting over ...
-3
votes
0
answers
37
views
How can I deploy a multi-container Dockerized Node.js + Redis application so that one service scales horizontally and another stays single-instance? [closed]
I have a development setup that uses Docker Compose to run three services:
app – Node.js application (this needs horizontal scaling in production)
db – Postgres (dev-only in Docker; production will ...
-3
votes
0
answers
41
views
VS Code "Cannot find module" and empty pnpm list output despite successful install in a nested project [closed]
I recently reset my laptop and set up a fresh development environment on Windows. I installed Node.js (LTS) and pnpm. I cloned my repository, which has a nested folder structure.
Directory Structure:
...
-3
votes
0
answers
84
views
Why does the Kirkify AI API return a 400 error when generating a face swap image? [closed]
I'm trying to integrate Kirkify AI – a face-swap and image generator API into my project.
When I send a request to generate a face-swapped image, the API returns:
400 Bad Request: Invalid image format
...
0
votes
0
answers
22
views
Nexrender @nexrender/action-encode failing: "Could not get frame filename number 2 from pattern" when generating poster image
I'm running a Nexrender job using a Node.js SQS consumer setup. The render completes successfully, but the postrender step fails when attempting to generate a poster JPG with FFmpeg from the output....