node.js tag

261 questions


3 answers
144 views
0
How to Install proxy_wstunnel_module

Ubuntu 12.04apache2:Server version:Apache/2.2.22 * install with sudo apt-get install apache2 for the configuration.I would like to install proxy_wstunnel_moduleNot even in /etc/apache2/mods-available....


1 answers
141 views
0
Cannot find module '~/testproj/src/app.js 'from'~/testproj' error when auto-transpiling browserify on gulp watch

As per the title, I am trying to use gulp to automatically execute the file monitoring transpile of browserify.I configured gulpfile.js as follows:var gulp=require('gulp');varbrowserify=require('brows...

2 years ago

1 answers
52 views
0
I want to pass the variable to the script that generates the object of the front-end Vue.js in node.js express.

I would like to give the contents of the local file in the server created by Express as data when generating the template object of the front-end Vue.js.The only string would do well, but the file you...

2 years ago

1 answers
84 views
0
I want to get the image file from S3 in node.js, but I get a Forbidden 403 error in s3.getObject.

I can upload it to S3, but the server code I wrote in node.js is gettingObject and I'm going to get the file from S3, but I get a 403 Forbidden error.What I want to do is to read the photo I uploaded ...


1 answers
108 views
0
Rails+Heroku does not deploy package.json dependencies

We are developing the Rails project by deploying it to heroku.I was able to work on package.json in the dev environment as follows.{ name: app-rails, private—true, dependencies: { primer-css: ^9.6.0 }...


1 answers
145 views
0
How to use an external module in an electron

I'm thinking of using casper.js in the electron.In main.jsrequire('casper');Write and run Cannot find module 'casper' will be displayed as .Can't I use an external module with an electron?Thank you fo...


1 answers
73 views
0
root certificate update for ssl

I am sending a request to an api of https (language is node and I use request module) I received a request from the server operator to add the root certificate because I updated the SSL server certifi...

2 years ago

1 answers
98 views
0
Unable to import date-utils module in typescript

import* asdt from 'date-utils'Occurs simply when importing in the same way as above.Based on the content of the error, I don't think there is a problem with tconfig.json, but what is the cause?Error: ...

2 years ago

2 answers
74 views
0
What is the solution to a memory-intensive bug that caused your PC to stop working during the operation test?

We are developing using node.js, and when we moved selenuim during the operation test, it consumed a lot of memory due to bugs in selenium or the test site, and the PC was stuck for about 22 hours.How...

2 years ago

1 answers
79 views
0
How do I debug node.js remotely in Heroku?

What should I do to remotely debug the node.js app that started as WebDyno on Heroku?web:port=$PORT node --debug=5858index.js When I set up and started the Procfile, only 443 could be telnetted and 58...

2 years ago
« - 6 - »

© 2024 OneMinuteCode. All rights reserved.