help
help copied to clipboard
:sparkles: Need help with Node.js? File an Issue here. :rocket:
### 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...
### 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...
### 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...
### 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')".    ### Node.js version ``` v16.13.2 ``` ### Example code ```js...
### 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...
### 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 =...
### 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)...
### 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...
### 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....