help
help copied to clipboard
:sparkles: Need help with Node.js? File an Issue here. :rocket:
### 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: []
 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 
### 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...
### 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 ()...
### 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....
### 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...