nodejs.dev
nodejs.dev copied to clipboard
A redesign of Nodejs.org built using Gatsby.js with React.js, TypeScript, and Remark.
## Summary I think that we should introduce more sections to the Learn page. Currently we have only two categories: _Quick Start_ and _Getting Started_ and the latter category became...
Hey there! 👋 Before making any PR, I would like to have a roundtable of the proposed changes. Most of the code examples present inside the documentation are using ExpressJS....
Some of the `/learn` docs assume that the user can only use CommonJS imports/exports. For example: > Another difference is that Node.js uses the CommonJS module system, while in the...
## Summary I use `npm run lint` and there is no error but the git actions CI shows there are format problems, this makes me unable to use `npm run...
# Documentation Is - [ ] Missing/Needed - [x] Incorrect - [ ] Confusing - [ ] Not Sure? ## Please Explain in Detail I think the sentence from [https://nodejs.dev/learn/the-nodejs-event-loop#es6-job-queue](https://nodejs.dev/learn/the-nodejs-event-loop#es6-job-queue)...
## Summary On this documentation https://nodejs.dev/learn/understanding-setimmediate, it states that "A setTimeout() callback with a 0ms delay is very similar to setImmediate(). The execution order will depend on various factors, but...
## Description The internal links to modules or sub pages are broken when reading the docs. ### Steps to reproduce An example can be gotten by visiting [this page](https://nodejs.dev/docs/#temporary_path_for_clearImmediate) and...
copy paste from https://stackoverflow.com/questions/69006097/does-npx-no-longer-do-install-less-run From the [nodejs.dev site][1]: > npx allows you to run that npm command without installing it first. If the command isn't found, npx will install it...
# Documentation Is - [ ] Missing/Needed - [X] Incorrect - [ ] Confusing - [ ] Not Sure? ## Please Explain in Detail The Node.js Learn pages have several...
### Enter your suggestions in details: Right now, the `src/pages/docs.tsx` is the only page with manual content written all over it. We want to move this page to `contents/docs/index.md` which...