node

Node.js is a tool for executing JavaScript in a variety of environments. JavaScript had humble beginnings as a language that lived only in web browsers, but the Node.js project has expanded its reach and helped make it the most popular programming language in the world. Node.js extends the creative potential of people with web development experience, enabling a new generation of developers to create servers, command-line tools, desktop apps, and even robots.
Here are 21,121 public repositories matching this topic...
Bug report
Describe the bug
Running npx create-next-app --example with-mongodb with-mongodb
produces the error:
"Could not locate an example named "with-mongodb". Please check your spelling and try again."
Even
-
Updated
Nov 24, 2020
-
Updated
Nov 5, 2020 - JavaScript
-
Updated
Nov 30, 2020 - TypeScript
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Nov 30, 2020 - JavaScript
-
Updated
Nov 28, 2020 - JavaScript
e.g. isPassportNumber
, etc.
-
Updated
Nov 8, 2020 - JavaScript
-
Updated
Nov 29, 2020 - JavaScript
-
Updated
Nov 10, 2020 - Go
We plan to gradually migrate brain.js to TypeScript, code base is pretty large, so we would love your help!
How to contribute?
- Convert a file from .js to .ts
- Add types, fix all type errors.
- Submit a PR!
🎉
Here you can find a guide on how to contribute.
Want to convert something, let us know in the comment an
-
Updated
Nov 30, 2020 - TypeScript
https://github.com/verdaccio/monorepo/blob/9.x/core/types/index.d.ts defines
type AuthAccessCallback = (error: string | null, access: boolean) => void;
interface IPluginAuth<T> extends IPlugin<T> {
authenticate(user: string, password: string, cb: AuthCallback): void;
adduser?(user: string, password: string, cb: AuthCallback): void;
changePassword?(user: string, password: stri
-
Updated
Nov 11, 2020 - JavaScript
-
Updated
Nov 28, 2020 - TypeScript
-
Updated
Nov 18, 2020 - JavaScript
-
Updated
Nov 20, 2020 - JavaScript
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Nov 28, 2020 - TypeScript
- /pnpm/packages/audit - #2862
- /pnpm/packages/package-store a86209b67fccc37c5b017dd9ce61d2b3f9a55789
- /pnpm/packages/cafs #2867
- /pnpm/packages/client pnpm/pnpm#2877
- /pnpm/packages/fetch pnpm/pnpm#2878
- /pnpm/packages/filter-lockfile #2887
- /pnpm/packages/filter-workspace-packages #2887
- /pnpm/packages/
-
Updated
Nov 29, 2020 - Vue
-
Updated
Nov 25, 2020 - SCSS
Created by Ryan Dahl
Released May 27, 2009
- Organization
- nodejs
- Website
- nodejs.org/en
- Wikipedia
- Wikipedia
Is your feature request related to a problem? Please describe.
The code above just hangs.
Describe the solution you'd like
const readline = require('readline'); const input = readline.createInterface({ input: process.stdin }); +input.unref(