-
Updated
Feb 11, 2022 - JavaScript
Node.js

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 150,597 public repositories matching this topic...

-
Updated
Feb 11, 2022 - C++
-
Updated
Jan 30, 2022 - JavaScript
-
Updated
Feb 10, 2022 - JavaScript
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Feb 9, 2022 - JavaScript
-
Updated
Jan 29, 2022 - JavaScript
-
Updated
Feb 11, 2022 - TypeScript
-
Updated
Feb 9, 2022
Describe the bug
At the time of registration, email has not been validated correctly http://localhost:1337/admin/auth/register
Expected behavior
An email should be valid in all aspect like
- should check valid domain, well-formed and valid mailbox
I'm on a 14" macbook M1 pro and get the following error when trying to run a freshly downloaded/installed meteor 2.5.3:
Error: Only 64-bit Intel and M1 processors are supported on OS X
From the blogpost announcing meteor 2.5.1 I would expect meteor to work on my machine.
Given that I'm on an M1, the er
Issue Summary
When setting up a dev env on windows, yarn setup
fails
[2021-12-21 15:45:01] INFO Relation: User to Role
[2021-12-21 15:45:01] INFO Finished database init!
Running "symlink:githooks" (symlink) task
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Aug 2, 2021 - CSS
-
Updated
Feb 9, 2022 - JavaScript
-
Updated
Feb 9, 2022 - JavaScript
-
Updated
Feb 11, 2022 - JavaScript
Deno support
I've come across SheetJS via the Deno third-party modules. However there's no example or usage for deno. Is it possible to use with Deno? Apparently Deno prefers code imports that conform to ES modules. I've tried to use SheetJS via skypak.dev which can sometimes help convert node packages to modern ES modules, but I can't get the
When exporting as JEX or RAW, the note share_id
should be unset (like is_shared
is currently unset).
Otherwise when importing back the data, Joplin will think the notebook is shared even though it is not (because a new notebook is created).
See this thread for more info: https://discourse.joplinapp.org/t/unshare-notebook-after-return-from-joplin-cloud-to-own-server/23485/9?u=laurent
-
Updated
Feb 10, 2022 - TypeScript
-
Updated
Feb 4, 2022 - JavaScript
-
Updated
Feb 5, 2022 - JavaScript
-
Updated
Feb 9, 2022 - JavaScript
-
Updated
Feb 10, 2022 - JavaScript
Prerequisites
- I have written a descriptive issue title
- I have searched existing issues to ensure the feature has not already been requested
🚀 Feature Proposal
It would be nice to add automation that opens a new issue when a PR is labelled as missing-types
.
Motivation
Adding TS to a PR is not mandatory, but we should track the things that are missing.
In this wa
Created by Ryan Dahl
Released May 27, 2009
- Organization
- nodejs
- Website
- nodejs.org/en
- Wikipedia
- Wikipedia
Hi
During the init phase: https://github.com/nodejs/node-inspect/blob/master/lib/internal/inspect_repl.js#L1041