node.js tag

261 questions


2 answers
102 views
0
Unable to access google cloud storage in heroku

using express.I tried to upload the file to google cloud storage with heroku, but I couldn't.Issue an error statement in the following locations:const blobStream=blob.createWriteStream()However, since...


1 answers
61 views
0
Understanding Node.js Special Character Processing When Writing Files

I am creating a Latex editor, and I am struggling to write files there, so I would like to ask you to teach me.I would like to post the text data you entered to the server in json format and write it ...


1 answers
135 views
0
I want to get the server where my bot participates in discord.js.

I'd like to get a server with my bot participating in discord.js. What should I do?

2 years ago

1 answers
113 views
0
Error "MSBuild.exe failed with exit code 1" in npm install ffi

problems you are havingI'd like to use FFI in Node.js, but when npm install ffi,gypErr:C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe failed with exit co...

2 years ago

1 answers
86 views
0
To import namespace from other files as an external module while maintaining it

EnvironmentNode.js:8.9.4typescript:2.9.2What do you want to doI want to test classes in the namespace with jest or mochatsconfig.json target is ES5I don't want to change the source sideCurrent State E...

2 years ago

1 answers
127 views
0
After installing the pdfmake library on the app being developed by Nxt, the ./node_modules/pdfmake directory cannot run npm run build.

Development EnvironmentNuxt.js(Vue)firebase/firestore/cloudfunctionsLibrary to question [pdfmake]ProblemsUnder the directory of the installed library [pdfmake], npm installnpm run buildI would like to...

2 years ago

1 answers
52 views
0
INSERT INTO cannot add value received from the form.

I would like to add the data I entered with the form tag using Node to the Mysql database, but no matter how hard I try, the characters I entered are not added and are not displayed on the screen.If y...

2 years ago

1 answers
72 views
0
Cannot Add Header in nginx x socket.io Environment

I saw the description that it would be good to rewrite Access-Control-Allow-Origin for cross-domain support, so I have written as follows, but there is no change.var http=require('http'), // Creating ...


1 answers
68 views
0
Understanding the Node.js http.Server.on() Method

I'm studying Node.js I am trying to write a simple web server by referring to the following references and blog posts.https://nodejs.org/api/index.htmlSome of the sample codes in the reference, person...

2 years ago

1 answers
79 views
0
How to Save a Wav File in Node.js

When saving wav files using Node.js, How does WebAudioAPI record data?I don't know if I should hand it over to fs.writeFile().◆Development environmentwin10goole chrome ver 55.0.2883.87 mNode.jsver6.7....

« - 7 - »

© 2024 OneMinuteCode. All rights reserved.