help
help copied to clipboard
:sparkles: Need help with Node.js? File an Issue here. :rocket:
### Details I cannot access npm right now. My node version is 10.19.0, and my npm version is 6.14. Here is the error message I am getting: npm does not...
### Details Currently I'm writing an app on Windows, but testing it also on Debian and Ubuntu. To improve ease of access to logs, I wanted to see if I...
### Details Run sfdx force:auth:jwt:grant --clientid $CLIENT_ID --jwtkeyfile ./buildfiles/server.key --username $USERNAME --instanceurl $INSTANCE_URL -a dev sfdx force:auth:jwt:grant --clientid $CLIENT_ID --jwtkeyfile ./buildfiles/server.key --username $USERNAME --instanceurl $INSTANCE_URL -a dev shell: /usr/bin/bash -e...
### Details Hi, I'm getting this error installing anything using internet from my phone hotspot (Xiaomi 8). Problem is disappearing using WiFi. Once I was able to install with hotspot...
### Details Hello I am usingm docker-compose of the documentation to deploy node-js. [Here](https://github.com/nodejs/docker-node/blob/main/README.md#how-to-use-this-image) is the doc that I am following. I get the following problem ``` Attaching to svelte1_node_1...
### Details Windows 7 Node 12.13 npm 6.12 So, I created a front-end useDapp a few weeks ago with react ts and it said that I needed an even version...
* **Node.js Version**: Tried the newst to the most old * **OS**: 10.15.7 I have no codes or other information that I could provide you. I run the installer (I...
### Details I forked a repo from another github user and I am following his video exactly but I ran into this error when I tried to upload files. Not...
### Details i run this code and have a problem: ```js const keepAlive = require("./server") let discord = require('discord.js-selfbot-v11') let rpcGenerator = require("discordrpcgenerator") const dotenv = require('dotenv'); const TOKEN =...
### Details Just a quick question: it seems that setting a new secure context inside a `connection` event listener will not impact this connection but only the ones after. However...