Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
-7 votes
0 answers
34 views

Creating Framework for using Vanilla Webpack [closed]

Hi I'm jade any suggestion on creating a framework? I am familiar with node but is wepback is the king of framework or just node is best for server...... I'm studying web development for 1.5 years now ...
jade leonard miano alvez's user avatar
0 votes
1 answer
54 views

how to deploy app if i dont have nodejs in root folder

Im going to deploy my first project to see how it works, but everywhere and everyone use npm run build from root package.json. I have set backend and frontend separate in root folder. What should i do ...
Tyubit's user avatar
  • 27
0 votes
0 answers
42 views

Past data into React copied from Excel

I am creating a web interface and have created a table where values can be entered or copied from Excel. While pasting data works correctly, I am struggling to achieve dynamic insertion. If the number ...
0 votes
0 answers
114 views

How to properly use Stripe Customer API for Radar when not storing any customer information

We use Stripe for customer purchases. We send their info off to stripe, get a token, pass that token to our backend and create a charge. I'm trying to add a "Customer" object to the process ...
Chris Simpson's user avatar
0 votes
0 answers
25 views

I'm getting '405 method not found' error for the above code and error during log rotation

try { const response = await fetch('/api/rotateLogs', { method: 'POST', headers: { 'Content-Type': 'application/json', }, body: ...
Veda R's user avatar
  • 1
0 votes
0 answers
228 views

v8::internal::Builtin_HandleApiCall(int, unsigned long*, v8::internal::Isolate*) [node]

My react app which is made using custom webpack config. And using Node JS 8.4. Now I want to upgrade the version from 8.4 to node 12 LTS. I can successfully run the project using node 9.11. but unable ...
Paras Dalsaniya's user avatar
0 votes
0 answers
26 views

ShareDBError: Both src and seq must be set together

I'm trying to use ShareDB for a live text editing project I've been working on (it's like Google's collaboration feature in docs) The problem is that I apparently need to set the seq and src together, ...
Survey's user avatar
  • 1
1 vote
1 answer
32 views

Issue with Using Vue.js for Image Paths with Variables

I'm encountering an issue when attempting to create a dynamic image path based on the props passed using Vue.js. I've tried creating variables with the images, using CSS variables, and changing the ...
Yan Capistrano Lopes's user avatar
0 votes
0 answers
94 views

How to play continuous stream of audio chunks from nodejs server in html5 audio

I am using ytdl-core to take a youtube video id and get it's audio url, then I am using nodejs https module to stream that audio source through socket.io to all connected clients. This is the server ...
Md Aman Khan's user avatar
0 votes
0 answers
62 views

How to run laravel and nodejs at same time in apache xampp?

I'm working on a website that part of it is using laravel for more security and using node.js for some small part of it to have a live page on ( reading files lively and chatting using nodejs ) but I ...
randomperson2023's user avatar
0 votes
0 answers
49 views

Scraping with Puppeteer

Background: My experience in web development has only been in creating static websites using html, css, and js. I am developing an application as part of a school project that will extract vehicle ...
dweller's user avatar
0 votes
0 answers
67 views

Error 500 in SvelteKit when using session store and navigation push function

I'm trying to store the result of a form submission in the session store and then redirect the user to a different route in SvelteKit. However, I'm encountering a 500 Internal Error. I've tried using ...
lei.ocopio's user avatar
0 votes
0 answers
64 views

What is the workflow of creating a html project for Material design 3 for web with nodejs?

I could't make the new material 3 design for web work on a simple html page. I'm not aware of the full workflow and documentation is not very great from google. I did what the documentation said and ...
Abhinav C's user avatar
0 votes
0 answers
28 views

How to post an actual website online using socket.io and node.js? [duplicate]

I'm new to the whole website developing area (and frankly programming all around), but I've created this small website-based videogame, when I run it locally it works just fine (localhost) but I've ...
Lauti's user avatar
  • 15
0 votes
0 answers
41 views

Connect exist Browser with Pupperteer use mac

What I do: open 9222 port in chorme by: open -a "Google Chrome" --args --remote-debugging-port=9222 run my code : const puppeteer = require('puppeteer-core'); (async () => { const ...
HuangJingwen's user avatar

15 30 50 per page
1
2 3 4 5
67