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

### Version 17.6.0 ### Platform 4.14.180-3-ARCH nodejs/node#1 SMP PREEMPT Sat Jun 5 22:29:47 UTC 2021 armv7l GNU/Linux ### Subsystem crypto ### What steps will reproduce the bug? The export lines...

internal/modules/cjs/loader.js:983 throw err; ^ Error: Cannot find module 'D:\Bryan Durán\Desktop\chat-javascript-fullstack-master\index.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:980:15) at Function.Module._load (internal/modules/cjs/loader.js:862:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:74 :12) at internal/main/run_main_module.js:18:47 { code: 'MODULE_NOT_FOUND', requireStack: []

![npm](https://user-images.githubusercontent.com/47452951/57069858-b149a580-6ccd-11e9-8c6e-ee9d03bd6e3d.JPG) Hello everyone, Please I need an assistance in fixing my npm usage. I am using vs code and have installed node js but noticed whenever I try to npm...

- **URL**: - **Browser version**: - **Operating system**: ChromeOS 105 version ![image](https://user-images.githubusercontent.com/85892682/180893330-ecc39415-f880-4743-bb54-bcb7133c6bc5.png)

### Details I can't install or uninstall node, I try to reinstall but say " the windows installer service could not be accessed, this can occur if you are running...

Windows
install

### Details as https://nodejs.org/dist/latest-v18.x/docs/api/test.html#testname-options-fn docs says, subtests could run concurrency. when try as: ```js test('multi level test', { concurrency: 2 }, async (t) => { await t.test('subtest 1', async ()...

stale

### Details The latest Node.js docker image has Node version 18.6.0 which uses Google v8 version 10.2.154.13 https://nodejs.org/en/download/releases/ Google V8 9.4.146.24 is affected by CVE-2022-0470, CVE-2022-0457 and CVE-2021-38007 which are...

### Details ```console > npm i --global npm npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead. npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead....

npm

### Details when running npx create-react-app my-app I get this error and it tells me to report this as a bug. ### Node.js version v16.14.2 ### Example code npx create-react-app...

Windows