help icon indicating copy to clipboard operation
help copied to clipboard

:sparkles: Need help with Node.js? File an Issue here. :rocket:

Results 370 help issues
Sort by recently updated
recently updated
newest added

### Details when i type `sudo apt-get install -y nodejs` it installs nodejs v8.10.0 and i need v14.x.x ### Node.js version v9.11.2 ### Example code # Using Ubuntu ```shell curl...

install

### Details I was trying to install truffle and I was always receiving the same error, so I tried downgrading the nodejs and npm but I downgrade the npm in...

workaround provided
npm

### What is the problem this feature will solve? To control the process of tasks which cost long time, for example, uploading and downloading files, data collecting, etc. ### What...

question
feature request

### Details Hi, the default embedding example illustrates how to create and run a single Environment... but, is it possible to create more than one Environment by using the CommonEnvironmentSetup::Create...

### Details When I tried to deconstruct "stat", I got "Cannot read properties of undefined (reading '_checkModeProperty')". ![image](https://user-images.githubusercontent.com/31237954/151741425-c4f396cd-2511-47fa-80da-0b645b2a149a.png) ![image](https://user-images.githubusercontent.com/31237954/151741303-5d8bafc3-c5b5-4d69-9e10-7b3b40b7cded.png) ![image](https://user-images.githubusercontent.com/31237954/151741357-3ce231b9-3512-4a24-909b-3c2fb6f30dc6.png) ### Node.js version ``` v16.13.2 ``` ### Example code ```js...

workaround provided

### Details I uninstall my node version 17.0.1 lastest features version to install the LTS version, but its keep showing the former version 17.0.1 even after i uninstalled it and...

workaround provided

### Version 12.22.0 32bit ### Platform windows 10 20H2 x64 ### Subsystem _No response_ ### What steps will reproduce the bug? const test = async function (b1) { b1 =...

question
needs more info

### Details > [email protected] start > react-scripts start C:\Users\PC\AppData\Roaming\npm\node_modules\react-scripts\node_modules\resolve\lib\sync.js:113 throw err; ^ Error: Cannot find module 'typescript' from 'P:\FORGE\JPMC-tech-task-3-PY3\node_modules' at Function.resolveSync [as sync] (C:\Users\PC\AppData\Roaming\npm\node_modules\react-scripts\node_modules\resolve\lib\sync.js:111:15) at getModules (C:\Users\PC\AppData\Roaming\npm\node_modules\react-scripts\config\modules.js:119:32) at Object. (C:\Users\PC\AppData\Roaming\npm\node_modules\react-scripts\config\modules.js:142:18)...

workaround provided

### Details This is my code const express =require('express'); const cors =require('cors'); const {getHome}=require(".route.js"); const { application } = require('express'); const { Console } = require('console'); const app=express(); application.use(cors()); const...

workaround provided

### Details Hello world, Please, forgive my ignorance. Time ago I have hired a dev who developed a node.js program and then he deployed in the cloud by using AWS....